2023-11-10 16:04:00 +00:00
|
|
|
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.4
|
2023-10-09 18:49:57 +00:00
|
|
|
|
|
|
|
|
pub mod prelude;
|
|
|
|
|
|
|
|
|
|
pub mod album;
|
|
|
|
|
pub mod artist;
|
2023-10-09 19:24:32 +00:00
|
|
|
pub mod cover_art;
|
2023-10-10 18:25:02 +00:00
|
|
|
pub mod genre;
|
2023-10-09 18:49:57 +00:00
|
|
|
pub mod music_folder;
|
2023-10-09 19:24:32 +00:00
|
|
|
pub mod track;
|
2023-10-09 18:49:57 +00:00
|
|
|
pub mod user;
|
2023-10-14 16:03:20 +00:00
|
|
|
pub mod user_session;
|