ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Modify postgreSQL formatting & add web2py backend support #251

Closed spdrman closed 7 years ago

spdrman commented 7 years ago

Patch-1 is to add a web2py backend (written by Boris Manojlovic).

Patch-3 is to makes the schema format more in-line with good practice for postgresql table schema writing. It also makes it work with some tools that read postgresql schemas to generate code, and need the schema to be a certain format (i.e. SQLBoiler for golang). Check out the results at pg.aptsy.com

ondras commented 7 years ago

Thanks! And sorry for the delay. I was on a vacation.