crate / crate-clients-tools

Clients, tools, and integrations for CrateDB.
https://crate.io/docs/clients/
Apache License 2.0
2 stars 1 forks source link

sqlacodegen #92

Closed amotl closed 3 months ago

amotl commented 3 months ago

About

Automatic model code generator for SQLAlchemy. A tool that reads the structure of an existing database and generates the appropriate SQLAlchemy model code, using the declarative style if possible.

References