//
pkg.gl
Category
github.com/btnguyen2k/godal
examples
common
package
0.6.1
Repository:
https://github.com/btnguyen2k/godal.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
11
Files
247 SLOC
#
Functions
PrintApp
PrintApp prints a BoApp's info to stdout.
#
Variables
ColsSql
ColsSql holds name of database table columns.
SEP
SEP defines separator string used for displaying purpose.
TIMEZONE
TIMEZONE defines the timezone used for all examples.
#
Structs
BoApp
BoApp defines business object app.
DaoAppSql
DaoAppSql is SQL-based DAO implementation.
#
Interfaces
IDaoApp
IDaoApp defines DAO APIs for apps.