Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created April 25, 2024 19:37
Show Gist options
  • Save PaulieScanlon/352271c437979abceb1334651f47b654 to your computer and use it in GitHub Desktop.
Save PaulieScanlon/352271c437979abceb1334651f47b654 to your computer and use it in GitHub Desktop.
Example of typed query
import type { Users } from '../../kysely-db';
const response = await client.query<Users[]>('SELECT * FROM users');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment