package
Version:
v0.0.0-...-7e13a3b
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataBase interface {
Init(driverName, dataSourceName string) bool
CreatTables(DDL string) bool
Query(query string) (ok bool)
QueryResult() interface{}
Update(query string, args ...interface{}) bool
Insert(query string, args ...interface{}) bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.