SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.57k stars 461 forks source link

Add mock feature flag docs #2109

Closed AngelOnFira closed 4 months ago

AngelOnFira commented 4 months ago

This adds some better docs for why DatabaseConnection might not be clone. From a discussion on Discord: https://discord.com/channels/873880840487206962/1205866461935964182

AngelOnFira commented 4 months ago

I'm not sure if this is the only doc fix that is needed, since many examples seem to include mock by default, meaning that people who copy them as templates will likely run into this problem.