DBInterface.jl icon indicating copy to clipboard operation
DBInterface.jl copied to clipboard

Database interface definitions for Julia

Results 2 DBInterface.jl issues
Sort by recently updated
recently updated
newest added

So I have a simple test table that looks like this: ``` +-------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+--------------+------+-----+---------+-------+ | id |...

_Originally raised at https://github.com/JuliaData/DataFrames.jl/issues/3444 but moving here as it seems to be an upstream issue._ Hi folks. I recently gave a workshop where I was extolling the virtues of [DuckDB](https://duckdb.org/)...