Electron100 / butane

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

Enable sqlite "strict" tables? #188

Open jayvdb opened 8 months ago

jayvdb commented 8 months ago

https://www.sqlite.org/stricttables.html seems like something that butane might want to use as the default, or at least allow it to be enabled by the user.