Skip to content

Commit

Permalink
feat: add sqlite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
JQiue committed Dec 10, 2024
1 parent 0653531 commit b41295d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tracing = "=0.1.40"
tracing-subscriber = { version = "=0.3.17", features = ["env-filter"] }
sea-orm = { version = "1.1.2", features = [
"sqlx-mysql",
"sqlx-sqlite",
"runtime-tokio-rustls",
"macros",
"debug-print",
Expand Down

0 comments on commit b41295d

Please sign in to comment.