Cr4shd3v / crash_orm

A simple, typed ORM for Postgres.
MIT License
3 stars 0 forks source link

Schemabuilder for migrations #82

Closed Cr4shd3v closed 2 months ago

Cr4shd3v commented 2 months ago

API to easily and type safe modify columns of tables.

The current solution with calling create_table_if_not_exists is dangerous, since it does not track the change of columns over several migrations.