package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
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 = "postgres"
SQLServer = "sqlserver"
SQlite = "sqlite3"
Oracle = "oracle"
)
Query 数据库查询器
func NewQuery(driver, host, user, pwd, db, schema string) (query Query, err error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.