package
Version:
v0.2.6
Opens a new window with list of versions in this module.
Published: Jun 25, 2024
License: LGPL-2.1
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
MySQL = "mysql"
PostgreSQL = "postgresql"
SQLServer = "sqlserver"
SQLite = "sqlite"
Redis = "redis"
MongoDB = "mongodb"
)
type DBInfo struct {
Tag string `json:"tag,omitempty"`
Type string `json:"type,omitempty"`
ConnStr string `json:"conn_str,omitempty"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.