Write a table into SQLite and DuckDB in efficient manner

A cursory look suggests converting that file from dataframes to arbitrary tables (through columntable) is pretty easy. However, I cannot simply run DuckDB.jl tests successfully, all of these fail for me:

  • ]dev DuckDB + ]test DuckDB
  • clone duckdb, go to juliapkg dir, do ]test
  • clone duckdb, go to juliapkg dir, do ./test.sh

Also, their contribution rules aren’t clear: do you know if they even accept outside PRs?