Abstract Abstract createCreates a database with the given name, engine, and parameters.
Name of the database to be created.
Optional engine: stringOptional name of the database engine.
Optional params: Record<string, JsonValue>Optional parameters used to connect to the database (e.g. user, password).
Abstract deleteAbstract getAbstract getGenerated using TypeDoc
Abstract class outlining Database API operations supported by the SDK.