Hacker News new | ask | show | jobs
by iamgopal 33 days ago
How are you merging sqlc and pgx with sqlite ?
1 comments

Specifically 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