Documentation
¶
Index ¶
- func CreateSchema(sqlText, originApp string, biscuitArray []string) (errMsg string, status bool)
- func CreateTable(sqlText, accessType, originApp string, biscuitArray []string, ...) (errMsg string, status bool)
- func DDL(sqlText, originApp string, biscuitArray []string) (errMsg string, status bool)
- func DML(sqlText, originApp string, biscuitArray []string, resources []string) (errMsg string, status bool)
- func DQL(sqlText, originApp string, biscuitArray, resources []string, rowCount int) (data []byte, errMsg string, status bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSchema ¶
Create a new schema
func CreateTable ¶
func CreateTable(sqlText, accessType, originApp string, biscuitArray []string, publicKey ed25519.PublicKey) (errMsg string, status bool)
Create a new table on a given namespace. accessType: can be public, permissioned or encrypted. Read more here https://docs.spaceandtime.io/docs/secure-your-table
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.