quackdb 0.5.0

Ergonomic binding to DuckDB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod appender;
pub mod arrow;
pub mod config;
pub mod connection;
pub mod database;
pub mod error;
pub mod replacement_scan;
pub mod statement;
pub mod table_function;
pub mod types;

pub fn library_version() -> String {
    quackdb_internal::library_version()
}