jeffknupp / sandman2

Automatically generate a RESTful API service for your legacy database. No code required!
Apache License 2.0
2k stars 215 forks source link

sqlacodegen #28

Open filmackay opened 8 years ago

filmackay commented 8 years ago

Any experience with the above library, in preference to Automap? It would allow, at least, a bit more customisation - plus no start-up processing cost for reflection of the db. Any tips on how the above can be used with sandman2 today, would be appreciated.

chris-hailstorm commented 7 years ago

+1

Today I generated models using sqlacodegen. These don't appear to be acceptable to sandman2. An option to generate models (source code) from either sqlacodegen or sandman2 itself would be helpful for cases where manual review and SCC of models are required.