Hacker News new | ask | show | jobs
by coverj 1308 days ago
> I'd like to make an SQL-oriented library so people don't have to settle for JPQL/Hibernate--started but not done/promoted.

I'm sure I'm asking this on behalf of many people - any chance of a sneak preview?

1 comments

Sure, SafeQL[0] SQL library. It's been sitting in a close but not enough to promote state for a while. The main thing I wanted was to have generation of the bindings to existing DB schema. I also want to combine using Moja[1] datatypes for uniform handling of single/multi, normal/async, and errors.

I suspect I'm mostly driven by the unknown and as I get close to practically solving a problem start to lose the curious itch.

[0] https://github.com/karmakaze/safeql

[1] https://github.com/karmakaze/moja