Documentation ¶
Index ¶
- func AddDB(db, dir string) error
- func AddTable(table, db, dir string) error
- func AddUser()
- func DeleteDB(db, dir string) error
- func DeleteTable(table, db, dir string) error
- func DeleteUser()
- func MakeTable(columns []table.Column, rows []map[string]any) (table.Table, error)
- func MakeTableFromTable(columnIndices []int, rowIndices []int, tbl table.Table) (table.Table, error)
- func ModifyUser()
- func SelectColumns(columnNames []string, tbl table.Table) ([]int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTable ¶
func DeleteUser ¶
func DeleteUser()
func MakeTableFromTable ¶
func ModifyUser ¶
func ModifyUser()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.