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

Tags

MIT Hex.pm

Installation

Add duckdb_ex to your list of dependencies in mix.exs:

def deps do
  [
    {:duckdb_ex, "~> 0.2.0"}
  ]
end

Then run:

mix deps.get

Resources