package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Apr 14, 2024
License: Apache-2.0
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
¶
type IBaseDb interface {
Exec(string, ...interface{}) (int64, error)
Insert(string, ...interface{}) (int64, error)
Update(string, ...interface{}) (int64, error)
Select(string, ...interface{}) ([]byte, error)
Delete(string, ...interface{}) (int64, error)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.