Billy Chan b2185af559
Cleaning up dependency (#1300)
* Dependency version cleanup

* Update build tool

* Disable default features

* [cli] disable default features
2022-12-16 15:52:00 +08:00
..
2022-12-16 15:52:00 +08:00

sea_orm_underscore_fields

A minimal repository showing an issue with SeaORM.

Connects to the database with env!(), so make sure to set DATABASE_URL when compiling.

The file src/entity/underscores_workaround.rs shows the workaround to get the names to query correctly, and what happens if it's not included.