DuckDB Plugin for Xojo

Database.Open Method

Opens or creates database.

shared Open(
   f as FolderItem) as EinhugurDuckDB.Database

Parameters

f
The location to open or create the database at.

Returns

EinhugurDuckDB.Database
Instance of the EinhugurDuckDB.Database class or nil if error occured.

Remarks

If the database does not exist at the given location then it will be created.

See Also

Database Class