package
Version:
v0.0.0-...-52fa7fc
Opens a new window with list of versions in this module.
Published: Feb 17, 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.