mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Move to SQLite (#13)
This commit is contained in:
parent
750ddb7762
commit
1799b70bc1
50 changed files with 2122 additions and 394 deletions
14
youmubot-db-sql/Cargo.toml
Normal file
14
youmubot-db-sql/Cargo.toml
Normal file
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "youmubot-db-sql"
|
||||
version = "0.1.0"
|
||||
authors = ["Natsu Kagami <nki@nkagami.me>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "chrono", "offline"] }
|
||||
thiserror = "1"
|
||||
chrono = "0.4"
|
||||
futures-util = "0.3"
|
||||
either = "1"
|
Loading…
Add table
Add a link
Reference in a new issue