5 ms·
How are you merging sqlc and pgx with sqlite ?
by iamgopal 4mo ago
How are you merging sqlc and pgx with sqlite ?
- lelandbatey 4mo 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