Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
Database represents the SQLite database connection and operations
func NewDatabase ¶
NewDatabase creates a new database connection and initializes the schema
func (*Database) BeginTransaction ¶
BeginTransaction starts a new transaction
func (*Database) ExecuteInTransaction ¶
ExecuteInTransaction executes a function within a transaction
func (*Database) HealthCheck ¶
HealthCheck performs a basic health check on the database
Click to show internal directories.
Click to hide internal directories.