Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ncruces
79 days ago
|
parent
|
context
|
favorite
| on:
Some Go web dev notes
Yeah, it'd be much nicer if libraries were designed to be driver agnostic, like redka which supports 4 different SQLite drivers:
https://github.com/nalgeon/redka/tree/main/example
blipWER
78 days ago
[–]
Library is driver agnostic. Jet cli code generator indeed uses mattn/go-sqlite3, but you can run your queries using any driver you prefer. You can also customize jet generator and use any other driver for code generation.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/nalgeon/redka/tree/main/example