Skip to content

Commit

Permalink
feat: initial postgress support
Browse files Browse the repository at this point in the history
  • Loading branch information
frectonz committed Jun 20, 2024
1 parent e642dbd commit 89f6177
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 2 deletions.
144 changes: 143 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ open = "3.2.0"
async-trait = "0.1.80"
futures = "0.3.30"
libsql = { git = "https://github.com/tursodatabase/libsql.git", features = ["remote"] }
tokio-postgres = { version = "0.7.10", features = ["with-serde_json-1"] }

[profile.release]
strip = true
Expand Down
Loading

0 comments on commit 89f6177

Please sign in to comment.