mydb_sqlx/
base_entity.rs

1pub trait BaseEntity {
2  fn table_name() -> &'static str;
3}