DuckDB.NET
DuckDB.NET copied to clipboard
Bindings and ADO.NET Provider for DuckDB
Allow passing some of the [Configuration Options](https://duckdb.org/docs/sql/configuration#configuration-reference) when opening a new connection via [Configuration API](https://duckdb.org/docs/api/c/config)
I have found that this is missing when trying to port my code from MySQL and Sqlite to DuckDb.
I'm very interested in Apache Arrow being supported for the in-memory scenario. Is there any information you can provide on when that might be supported? Thanks!
Hi, Am trying to read the parquet file data from aws s3 (similar to specified in the link provided https://github.com/duckdb/duckdb/blob/1fbc35f37e2b5b5e641ae0e0cb145078621c0c7b/test/sql/copy/parquet/test_parquet_remote.test) but it says the file didn't found. Could someone please...
DuckDb allows for UUID columns and provides a built-in data type, DUCKDB_TYPE_UUID, to handle such columns. However, there are some strange things. We have a value of UUID type. DuckDB...
I am using DuckDB.NET.Data.Full 0.9.2. When I call `DuckDB.NET.Data.DuckDBDataReader.GetSchemaTable`, I get the following exception if any column is of type `TIMESTAMP_NS`: ``` System.ArgumentException: Unrecognised type TimestampNs (22) for column TargetDate...
At that time I want sync mysql to duckdb, I use appender to insert ~ 50w rows. I after checked the data consistence, some `TIMESTAMP` value is error. Like that...
Investigate if DuckDB.Net also suffers from this and if so implement streaming: [JDBC ResultSet consumes unlimited memory](https://github.com/duckdb/duckdb/issues/7327)
On .NET Framework, the default target architecture (unless specified explicitly) is "any", IIRC - and will default to x86; the package doesn't have x86 binaries (only x64), so on 32-bit...
https://minidump.net/suppressgctransition-b9a8a774edbd