Initial commit.
This commit is contained in:
commit
694f7ff118
10 changed files with 1873 additions and 0 deletions
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[package]
|
||||
name = "duckdb_test"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
duckdb = { version = "1", features = ["bundled", "extensions-full"] }
|
Loading…
Add table
Add a link
Reference in a new issue