Discover Packages
git.ultraware.nl/NiseVoid/qb
qb-architect
internal
db
package
Version:
v2.1.7+incompatible
Opens a new window with list of versions in this module.
Published: Jul 25, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Driver is the minimal interface needed for db.json generation
type Field struct {
Name string `json:"name"`
Type string `json:"data_type,omitempty"`
Nullable bool `json:"null,omitempty"`
Size int `json:"size,omitempty"`
}
Field represents the structure for a db.json field
type Table struct {
Name string `json:"name"`
Fields []Field `json:"fields"`
}
Table represents the basic structure of db.json
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.