Add sqlite backend

This commit is contained in:
Jon Staab
2025-09-24 10:32:10 -07:00
parent 9eedeceb6a
commit 91f23cddc9
12 changed files with 556 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
package sqlite
// Helper functions and constants for the SQLite eventstore
const (
// Database configuration
defaultTimeout = 30 // seconds
)