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 Many.query #131

Closed jayvdb closed 11 months ago

jayvdb commented 11 months ago

Closes https://github.com/Electron100/butane/issues/122

jayvdb commented 11 months ago

While this allows doing custom querys, it doesnt provide a way to put the query results back into the Many. Still thinking about that. Adding "load from query results" is simple in principle, however it will mean there is a way to bypass the usual loading mechanism.