can store and retrive data now lol ok xd

This commit is contained in:
2026-03-27 17:59:06 +00:00
parent 7ae73dc49e
commit 957cdf22cb
9 changed files with 242 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.19
pub use super::channel::Entity as Channel;
pub use super::content::Entity as Content;
pub use super::members::Entity as Members;
pub use super::messages::Entity as Messages;