# Functions
NewDB creates a new database connection.
No description provided by the author
No description provided by the author
# Structs
Config holds database configuration.
DB represents the database connection.
Repository handles all database operations.
# Type aliases
JSONArray represents a JSON array stored in the database.
JSONMap represents a JSON object stored in the database.
Custom types for database serialization.