First attempt at UPDATE

This commit is contained in:
Yuriy Dupyn 2023-12-11 20:07:04 +01:00
parent 20615508a2
commit e0876bb0f1
3 changed files with 124 additions and 9 deletions

9
Cargo.lock generated
View file

@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "bimap"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
[[package]]
name = "minisql"
version = "0.1.0"
dependencies = [
"bimap",
]