SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
1–9 of 9 posts
Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#2This way it leaves some room for misinterpretation.
Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#3Neat! Even-though they should probably use a custom type rather than the generic "Stream" to communicate that this needs to be closed. Or remove the try-with-resource block if closing is not necessary. This way it leaves some room for misinterpretation.
Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#4Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#5Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#6The 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
Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#7This 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,. Javascrip…
Re: SQG (SQL to Code Generator) v0.10: Java Streams and List Type Support
#8Love SQLC, this looks good too. Syntax is almost identical.