Documentation ¶
Index ¶
- Constants
- Variables
- func CheckType(GoType *reflect.Type, GoName string, RealType string) (string, bool)
- func JSONF(name string) string
- func JSONP(name, field string) string
- func JsonQuerySqlite3(name string) string
- func PostpresConnection(url string) (*sql.DB, error)
- func SqliteConnection(url string) (*sql.DB, error)
- type JsonHelper
Constants ¶
View Source
const ( DB_SQLITE = 1 DB_POSTGRES = 2 )
Variables ¶
View Source
var Sqltype int = 1 //default is Postgres
Functions ¶
func JsonQuerySqlite3 ¶
Types ¶
type JsonHelper ¶
type JsonHelper map[string]interface{}
Click to show internal directories.
Click to hide internal directories.