feat: started db cli tool; switched to i64 ids
This commit is contained in:
parent
b343fbccea
commit
1f4b0c35c5
10 changed files with 86 additions and 29 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use argon2::{password_hash::SaltString, Argon2, PasswordHash, PasswordHasher, PasswordVerifier};
|
||||
use diesel::prelude::*;
|
||||
use diesel::{prelude::*, sqlite::Sqlite};
|
||||
use rand::rngs::OsRng;
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue