Preview v0.2.0
Duckdb Ex
A 100% faithful port of the DuckDB Python client to Elixir, using the DuckDB CLI for full API compatibility with the official Python client.
Stats & Info
- Latest release: v0.2.0
- Recent downloads: 143
- All-time downloads: 217
- Maintainers: nshkrdotcom
Installation
Add duckdb_ex to your list of dependencies in mix.exs:
def deps do
[
{:duckdb_ex, "~> 0.2.0"}
]
endThen run:
mix deps.get