Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 326 Bytes

File metadata and controls

15 lines (10 loc) · 326 Bytes

Entity Library

This is an auto-generated library. Most of the time you don't need to edit the code manually.

Install the sea orm cli:

cargo install sea-orm-cli

To generate / upate entities from a live database:

sea generate entity -l --with-serde both --date-time-crate chrono -o entity/src