//
pkg.gl
Category
github.com/uber/cadence
common
persistence
sql
sqlplugin
sqlite
package
1.2.18-prerelease02
Repository:
https://github.com/uber/cadence.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
16
Dependents
0
Files
250 SLOC
#
Functions
NewDB
NewDB returns an instance of DB, which contains a new created mysql.DB with sqlite specific methods.
#
Constants
PluginName
No description provided by the author
#
Structs
DB
DB contains methods for managing objects in a sqlite database It inherits methods from the mysql.DB to reuse the implementation of the methods sqlplugin.ErrorChecker is customized for sqlite.