OdatNurd

Terence Martin (OdatNurd)

Software Developer | YouTube / Twitch Content Creator

Contact Me

Categories

godot-assets

import { dbFetch } from '@odatnurd/d1-query';

const result = await dbFetch(ctx.env.DB, 'get_users',
  `SELECT * FROM Users WHERE userId = :userId
                          OR username = :userName`,
  { userId: 69, userName: 'jim'}
)

This is a thing that does some stuff.