Jaymon / prom

A PostgreSQL or SQLite orm for Python
MIT License
22 stars 4 forks source link

auto create orms #28

Closed Jaymon closed 7 years ago

Jaymon commented 8 years ago

given a table schema, output a valid Orm class that has fields and indexes for all the columns in the db

Jaymon commented 7 years ago

Another way to do something like this would be to add a ReadOrm where you just set the table and it just pulls * from the table and then sets keys into the orm on the fly