Platforms to show: All Mac Windows Linux Cross-Platform

DuckDatabaseMBS.Connect as DuckConnectionMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
method DuckDB MBS DuckDB Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: Creates a connection to the specified database.
DuckDatabaseMBS.Constructor(file as FolderItem)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method DuckDB MBS DuckDB Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: The constructor passing a file.
Notes: If file is nil, an in-memory database is created.

See also:

DuckDatabaseMBS.Constructor(path as String = "")
Type Topic Plugin Version macOS Windows Linux iOS Targets
method DuckDB MBS DuckDB Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: The constructor passing a file path.
Example:
// no path, so in memory
Dim db As New DuckDatabaseMBS
Notes: If path is empty, an in-memory database is created.

See also:

DuckDatabaseMBS.Destructor
Type Topic Plugin Version macOS Windows Linux iOS Targets
method DuckDB MBS DuckDB Plugin 21.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Function: The destructor.
Notes: Closes database connection.

The items on this page are in the following plugins: MBS DuckDB Plugin.

Feedback: Report problem or ask question.

The biggest plugin in space...