oxidetalis/crates/oxidetalis_entities
Awiteb 8ad066a5ff
Some checks failed
Write changelog / write-changelog (push) Successful in 10s
Update Contributors / Update Contributors (push) Failing after 10s
Rust CI / Rust CI (push) Successful in 5m12s
chore: Update the copyright
Signed-off-by: Awiteb <a@4rs.nl>
2024-07-20 16:37:40 +03:00
..
src chore: Update the copyright 2024-07-20 16:37:40 +03:00
Cargo.toml feat: Chat request implementation 2024-07-18 15:21:05 +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.