levkk / rwf

Comprehensive framework for building web applications in Rust.
MIT License
991 stars 18 forks source link

Support internal migrations #46

Open levkk opened 2 hours ago

levkk commented 2 hours ago

Add support for running migrations for internal changes. Currently, internal changes are executed in a single bootstrap.sql file.

Tables that can be created with this mechanism:

And many more that will support built-in features.