perdumonocle / sql-builder

Simple SQL code generator.
MIT License
123 stars 13 forks source link

Add support for common table expressions (WITH clauses) #11

Open gschulze opened 3 years ago

gschulze commented 3 years ago

It would be nice to have support for common table expressions: https://www.postgresql.org/docs/13/queries-with.html

Are there any plans to include this functionality in a future version? Would be willing to contribute as well.