package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Sqlite *ConfigSqlite `json:"sqlite" validate:"required"`
}
holds database configuration
Init initialize ent client with underly DB engine
type ConfigSqlite struct {
Path string `json:"path" validate:"required"`
}
sqlite3 config
Init initialize sqlite3 connection
Source Files
¶
Click to show internal directories.
Click to hide internal directories.