sqltools-duckdb-driver
sqltools-duckdb-driver copied to clipboard
Connection error
trafficstars
I'm getting a connection error when testing a connection/trying to connect to a persistent database. The database is created with DuckDB CLI version 1.2.0.
[Error: Serialization Error: Failed to deserialize: expected end of object, but found field id: 100] {
errno: -1,
code: 'DUCKDB_NODEJS_ERROR',
errorType: 'Serialization'
}
Installing a newer version of duckdb-async (1.1.3) fixes this issue.