Skip to content

Docs

honker ships as a Rust-built SQLite loadable extension plus bindings for Python, Node, Rust, Go, Ruby, Bun, Elixir, C++, .NET / C#, Java, and Kotlin. The extension defines the on-disk format; bindings are first-class wrappers that live in the main repo and share the same Rust core.

If you’re new, read Getting started. Otherwise, pick what you want to do:

Framework helpers for FastAPI/Django/Flask/Express/Rails aren’t shipped. Wiring honker into a web framework is about 20 lines of glue; the repo’s examples/ has patterns.

Out of scope on purpose: task pipelines, chains, groups, chords, multi-writer replication, workflow orchestration with DAGs.