modulepackage
0.0.0-20190714165742-7200b74ea33a
Repository: https://github.com/prest/controllers.git
Documentation: pkg.go.dev
# Functions
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.
UpdateTable perform update table.