uptrace / bun

SQL-first Golang ORM
https://bun.uptrace.dev
BSD 2-Clause "Simplified" License
3.64k stars 220 forks source link

Support for DuckDB dialect #989

Open apinprastya opened 4 months ago

apinprastya commented 4 months ago

DuckDB is embedded database that has more datatype then SQLite. Do we have plan to support for DuckDB data type? Especially for array / list ? Maybe this is something that I can help?