Electron100 / butane

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

Fixes issue with many to many relationship not respecting renamed tables #59

Closed joaommartins closed 1 year ago

joaommartins commented 1 year ago

What

Fix for #58.

Adds test to cover issue, as well as a minor update to the documentation regarding the generated many-to-many table name.