package
Version:
v0.0.0-...-77ad48c
Opens a new window with list of versions in this module.
Published: Feb 21, 2020
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Struct representing how the data is held
Add a row to the nth position
Deletes a table from the DB
Adds a table (.csv File) to a given database
type Schema struct {
Databases []*DB
}
Struct containing pointers to DB's
Gets an array of the DB names
Deletes a database from the Schema
Connects to the database entries and adds it to the Schema doesnt add it to the conf
type Table struct {
Entries [][]string
}
Struct to interpret CSV tables to
Print the table in a table format
Source Files
¶
Click to show internal directories.
Click to hide internal directories.