package
0.0.0-20250201125458-02e60f10f8e6
Repository: https://github.com/y0ug/hashmon.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
LoadDatabaseConfig loads database configuration from environment variables.
NewSQLiteDB initializes a new SQLiteDB instance.
# Variables
No description provided by the author
# Structs
DatabaseConfig holds the database-related configuration.
SQLiteDB represents the SQLite implementation of the Database interface.
# Interfaces
Database defines the methods required for hash storage and retrieval.