In-memory SQLite database (configurable for file-based storage) SQL operations (SELECT, INSERT, UPDATE, DELETE) Table management (CREATE, LIST, DESCRIBE) Business insights memo tracking Docker support ...
createDatabase DatabaseName - Creates a database with a specified name and by default switches to the database. useDatabase DatabaseName - Select a database to use listDatabases - Shows the list of ...