Add sqlite backend
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package sqlite
|
||||
|
||||
// Helper functions and constants for the SQLite eventstore
|
||||
|
||||
const (
|
||||
// Database configuration
|
||||
defaultTimeout = 30 // seconds
|
||||
)
|
||||
Reference in New Issue
Block a user