# Packages
No description provided by the author
# Functions
Auth controller.
BatchInsertInTables perform insert in specific table from a batch request.
DeleteFromTable perform delete sql.
ExecuteFromScripts is a controller to peform SQL in scripts created by users.
ExecuteScriptQuery is a function to execute and return result of script query.
GetDatabases list all (or filter) databases.
GetSchemas list all (or filter) schemas.
GetTables list all (or filter) tables.
GetTablesByDatabaseAndSchema list all (or filter) tables based on database and schema.
InsertInTables perform insert in specific table.
SelectFromTables perform select in database.
ShowTable show information from table.
Token for user.
UpdateTable perform update table.
# Structs
Login representation of data received in authentication.
RavensRequest representation.
Response representation.