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

WIP: Fake relationship members #142

Open jayvdb opened 11 months ago

jayvdb commented 11 months ago

This is a demo of

I think it is worthwhile to generate a fake value for ForeignKey<T> , if only because faking with Self::new_raw() is really bad, because it exposes an invalid state that can not otherwise easily be reached.