oxidetalis/crates/oxidetalis_entities
2024-07-28 10:59:05 +03:00
..
src change: Rename UserId to IdCol and make it private 2024-07-28 10:59:05 +03:00
Cargo.toml refactor: Update public key column type from String to PublicKey 2024-07-24 01:19:34 +03:00
README.md chore: Initialize the project 2024-06-26 23:05:17 +03:00

Oxidetalis database entities

This crate contains the database entities for the Oxidetalis homeserver, using SeaORM.

Must to know

  • Don't import sea_orm things in another crates, import the entities and sea_orm things from this crate, from prelude module.

How to write a new entity

Check the SeaORM documentation for more information about how to write entities.

License

This crate is licensed under the MIT license.