diff options
author | 2025-03-26 15:57:24 +0000 | |
---|---|---|
committer | 2025-03-26 15:57:24 +0000 | |
commit | 521a8915f273dc2cda59080a2393e40e4f25db50 (patch) | |
tree | 5fd01f240084566bb8d32261819f7ab14022346e /filamento/src/db.rs | |
parent | 4d1be876f8bccf8018728d5ee474f91c256da5c9 (diff) | |
download | luz-521a8915f273dc2cda59080a2393e40e4f25db50.tar.gz luz-521a8915f273dc2cda59080a2393e40e4f25db50.tar.bz2 luz-521a8915f273dc2cda59080a2393e40e4f25db50.zip |
feat(filamento): create example
Diffstat (limited to 'filamento/src/db.rs')
-rw-r--r-- | filamento/src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/src/db.rs b/filamento/src/db.rs index aea40ac..f34fea6 100644 --- a/filamento/src/db.rs +++ b/filamento/src/db.rs @@ -1,7 +1,7 @@ use std::{collections::HashSet, path::Path}; use jid::JID; -use sqlx::{migrate, Error, SqlitePool}; +use sqlx::{Error, SqlitePool, migrate}; use uuid::Uuid; use crate::{ |