forked from sfackler/rust-postgres
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Julius de Bruijn
committed
Jan 15, 2021
1 parent
7d3753e
commit 11b4788
Showing
15 changed files
with
41 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "postgres-derive-test" | ||
name = "prisma-postgres-derive-test" | ||
version = "0.1.0" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
authors = ["Steven Fackler <[email protected]>", "Julius de Bruijn <[email protected]>"] | ||
edition = "2018" | ||
|
||
[dev-dependencies] | ||
trybuild = "1.0" | ||
|
||
postgres-types = { path = "../postgres-types", features = ["derive"] } | ||
postgres = { path = "../postgres" } | ||
prisma-postgres-types = { path = "../postgres-types", features = ["derive"] } | ||
prisma-postgres = { path = "../postgres" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "postgres-derive" | ||
name = "prisma-postgres-derive" | ||
version = "0.4.0" | ||
authors = ["Steven Fackler <sfackler@palantir.com>"] | ||
authors = ["Steven Fackler <sfackler@gmail.com>", "Julius de Bruijn <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
edition = "2018" | ||
description = "An internal crate used by postgres-types" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
repository = "https://github.com/pimeys/rust-postgres" | ||
|
||
[lib] | ||
proc-macro = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,24 @@ | ||
[package] | ||
name = "postgres-native-tls" | ||
version = "0.5.0" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
authors = ["Steven Fackler <[email protected]>", "Julius de Bruijn <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
description = "TLS support for tokio-postgres via native-tls" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
description = "TLS support for prisma-tokio-postgres via native-tls" | ||
repository = "https://github.com/pimeys/rust-postgres" | ||
readme = "../README.md" | ||
|
||
[badges] | ||
circle-ci = { repository = "sfackler/rust-postgres" } | ||
|
||
[features] | ||
default = ["runtime"] | ||
runtime = ["tokio-postgres/runtime"] | ||
runtime = ["prisma-tokio-postgres/runtime"] | ||
|
||
[dependencies] | ||
futures = "0.3" | ||
native-tls = "0.2" | ||
tokio = "1.0" | ||
tokio-native-tls = "0.3" | ||
tokio-postgres = { version = "0.7.0", path = "../tokio-postgres", default-features = false } | ||
prisma-tokio-postgres = { version = "0.7.0", path = "../tokio-postgres", default-features = false } | ||
|
||
[dev-dependencies] | ||
tokio = { version = "1.0", features = ["full"] } | ||
postgres = { version = "0.19.0", path = "../postgres" } | ||
prisma-postgres = { version = "0.19.0", path = "../postgres" } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.