SQL API client to send all SQL query requests.
Creates 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).
Generated using TypeDoc
Implementation of DatabasesApiClient that goes through the REST API.