Documentation ¶ Index ¶ func GetColumns(db *gorm.DB, table string) []string func GetRows(db *gorm.DB, table string) [][]string func GetTables(db *gorm.DB) []string func OpenSQLite(file string) (*gorm.DB, error) func PrintTable(db *gorm.DB, table string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetColumns ¶ func GetColumns(db *gorm.DB, table string) []string func GetRows ¶ func GetRows(db *gorm.DB, table string) [][]string func GetTables ¶ func GetTables(db *gorm.DB) []string func OpenSQLite ¶ func OpenSQLite(file string) (*gorm.DB, error) func PrintTable ¶ func PrintTable(db *gorm.DB, table string) Types ¶ This section is empty. Source Files ¶ View all Source files sqlite_utils.go Click to show internal directories. Click to hide internal directories.