refactor: add standalone PgOid type

This commit is contained in:
Jindřich Moravec 2024-02-01 22:27:58 +01:00
parent bdb6a955df
commit 6d1af26fa8
10 changed files with 136 additions and 66 deletions

6
Cargo.lock generated
View file

@ -284,6 +284,7 @@ name = "minisql"
version = "0.1.0"
dependencies = [
"bimap",
"proto",
"serde",
"thiserror",
]
@ -429,6 +430,9 @@ version = "0.1.0"
dependencies = [
"async-trait",
"bincode",
"rand",
"rand_pcg",
"rand_seeder",
"thiserror",
"tokio",
]
@ -568,8 +572,6 @@ dependencies = [
"parser",
"proto",
"rand",
"rand_pcg",
"rand_seeder",
"serde_json",
"tokio",
]