EinhugurDuckDB.Connection Class (console safe)
Connection object representing DuckDB database connection. A database object can have zero to many connections.
Object
Connection
class EinhugurDuckDB.Connection
Constructors
Properties
Error | Returns true if error occurred, else false. |
ErrorMessage | Returns descriptive message for last error. |
Methods
Examples
With the DuckDB instance, you can create one or many Connection instances using the Connect method on the Database object. While connections should be thread-safe, they will be locked during querying. It is therefore recommended that each thread uses its own connection if you are in a multithreaded environment.
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bit