Viewing profile — blipWER
blipWER
HN member- Joined
- Tue, Sep 10, 2024, 7:27 AM UTC
- HN karma
- 3
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About blipWER
No profile information was provided.
Recent public activity
-
comment
Comment #41694870
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 …
-
comment
Comment #41499567
SQLC is good for basic staff, which you should be able to achieve with any ORM. For anything more complicated it fails miserably.
-
comment
Comment #41499127
If you use jet generated models mapping(including joins) is implicitly type safe, since sql builder and models are generated from the same database schema. This doesn't apply for c…
- comment