package
0.0.0-20220913132646-fef347591e0f
Repository: https://github.com/flume-cloud-services/database.git
Documentation: pkg.go.dev

# Functions

CreateDatabase with the given name.
CreateQuery compile query and lookup for results on a specified database.
DeleteDatabase with the given name.
GetData from database to JSON.
InsertData into a specified table into a specified database.
Login with the admin name and the token.
Signin handler to handle signin request.

# Structs

Claims struct that will be encoded to a JWT.
Credentials struct to read the username from the request body.
Database struct to read database name from the request body.
Insert struct.
Query struct.