Superposition Types
Not intended for public use.
How to understand this crate
- All DB definitions are in the migrations folder
- The actual rust code is in the
srcfolder - ORM mappings are in the
src/databasefolder - API request/response types are in the
src/apifolder