Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Add database constraints #158

Closed jayvdb closed 8 months ago

jayvdb commented 8 months ago

Closes #21

Still a few TODOs, including rebasing on top of https://github.com/Electron100/butane/pull/157

Note it doesnt add constraints to existing databases, only new ones.