backed up by experiments demonstrating that SQLite will meet all of our requirements. This also introduces ADRs in the repo, and adds a README in preparation making the repository public.
9 lines
247 B
TOML
9 lines
247 B
TOML
workspace = { members = ["_experiments/2024-03-02-database-benchmark"] }
|
|
[package]
|
|
name = "pique"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|