2 ms·
How are you merging sqlc and pgx with sqlite ?
by iamgopal 5mo ago
How are you merging sqlc and pgx with sqlite ?
- lelandbatey 5mo agoSpecifically how can you use pgx with sqlite while pgx is a postgres-specific library? Sqlc works great with Postgres or Sqlite, Sqlc works with pgx when connecting to Postgres, but pgx can't be used with Sqlite AFAIK