Improve tag endpoint
This commit is contained in:
parent
8215461e0d
commit
bb76e3db4d
7 changed files with 147 additions and 12 deletions
emgauwa-lib/src/models
|
@ -1,12 +1,14 @@
|
|||
mod controller;
|
||||
mod relay;
|
||||
mod schedule;
|
||||
mod tag;
|
||||
|
||||
pub use controller::Controller;
|
||||
pub use relay::Relay;
|
||||
pub use schedule::Schedule;
|
||||
use sqlx::pool::PoolConnection;
|
||||
use sqlx::Sqlite;
|
||||
pub use tag::Tag;
|
||||
|
||||
use crate::errors::DatabaseError;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue