package
Version:
v0.0.33
Opens a new window with list of versions in this module.
Published: May 24, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Interface interface {
Init(driverName, dataSourceName string)
CreatTables(DDL string)
Query(query string)
QueryResult() any
Update(query string, args ...any)
Insert(query string, args ...any)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.