6 ms·
If your'e using PostgreSQL, checkout https://github.com/retro/penkala https://github.com/retro/penkala . It provides most of the things you would expect when de
by retro212 4y ago
If your'e using PostgreSQL, checkout https://github.com/retro/penkala 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/verybigthings/penkala/postgresql_tutorial_test.clj 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 https://www.postgresqltutorial.com
note: I'm the author of Penkala