package sqlite // Helper functions and constants for the SQLite eventstore const ( // Database configuration defaultTimeout = 30 // seconds )