benchbase icon indicating copy to clipboard operation
benchbase copied to clipboard

Add DuckDB support

Open bpkroth opened this issue 3 years ago • 0 comments

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

bpkroth avatar Apr 28 '22 20:04 bpkroth