Is your feature request related to a problem? Please describe.
I would like to eliminate CGO libraries from my runtime dependencies so that my binary is completely portable to all platforms
Describe the solution you'd like
From what I see lib/pq and mattn/sqlite are CGO libraries. Would be great if we can use alternatives like pgx and modern.org/sqlite which is pure go
Is your feature request related to a problem? Please describe.
I would like to eliminate CGO libraries from my runtime dependencies so that my binary is completely portable to all platforms
Describe the solution you'd like
From what I see lib/pq and mattn/sqlite are CGO libraries. Would be great if we can use alternatives like pgx and modern.org/sqlite which is pure go