Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OrmContext ¶
func InitPostgresOrm ¶
func InitPostgresOrm(config PostgresConfig) (context OrmContext, err error)
Initialize
func InitSqliteOrm ¶
func InitSqliteOrm(config SqliteConfig) (context OrmContext, err error)
type PostgresConfig ¶
type SqliteConfig ¶
type SqliteConfig struct {
Database string
}
Click to show internal directories.
Click to hide internal directories.