//
pkg.gl
Category
github.com/italypaleale/dapr-sqlite-statestore
component
package
0.1.1
Repository:
https://github.com/italypaleale/dapr-sqlite-statestore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
1
Files
769 SLOC
#
Functions
NewSQLiteStateStore
NewSQLiteStateStore creates a new instance of the SQLite state store.
#
Structs
SQLiteStore
SQLite Database state store.
#
Interfaces
DBAccess
DBAccess is a private interface which enables unit testing of SQLite.