Hacker News new | past | comments | ask | show | jobs | submit login

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




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: