benchbase
benchbase copied to clipboard
Add DuckDB support
A wishlist item. DuckDB is an embedded SQL engine, like SQLite, but intended for OLAP instead of OLTP operations. It uses Postgres syntax [1] for the most part, so should (hopefully) be reasonable.
[1] https://duckdb.org/docs/sql/introduction