18 points by uwemaurer 3 days ago | 5 comments
- This was my first approach in realizing my PostgreSQL-centric, Db-first, or rather SQL-first vision of software development.
The project was call pgroutiner and it generated bunch of C# code for me out of PostgreSQL.
After doing couple of projects with it, I realized it wasn't enough. The new approach is a dynamic HTTTP REST API generation but, with plugin for code generation of frontend files (Typescript,. Javascript, HTTP files). This iw way better approach. Look it up, it's called npgsqlrest.github.io
- Love SQLC, this looks good too. Syntax is almost identical.
- How does SQG compare to SQLDelight, for someone only interested in Kotlin and PostgreSQL?