Y
Hacker News
new
|
ask
|
show
|
jobs
by
retro212
1215 days ago
If your'e using PostgreSQL, checkout
https://github.com/retro/penkala
. It provides most of the things you would expect when dealing with the database without it being an ORM. IF you're interested in how the API looks checkout
https://github.com/retro/penkala/blob/master/test/com/verybi...
which implements most of the queries that can be found on
https://www.postgresqltutorial.com
note: I'm the author of Penkala