Skip to content

Instantly share code, notes, and snippets.

@PaulieScanlon
Created April 25, 2024 19:43
Show Gist options
  • Save PaulieScanlon/11009b4362a3dacbb3b8993c00fa9665 to your computer and use it in GitHub Desktop.
Save PaulieScanlon/11009b4362a3dacbb3b8993c00fa9665 to your computer and use it in GitHub Desktop.
Example of typed query
import type { Users } from '../../pg-to-ts-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