package
0.0.0-20250128035417-84048cf2426f
Repository: https://github.com/jonesrussell/goforms.git
Documentation: pkg.go.dev

# Functions

NewConfig creates database configuration from environment variables.
NewContactStore creates a new contact store.
NewDB creates a new database connection with proper configuration.
NewSubscriptionStore creates a new subscription store.

# Structs

Config holds database configuration.
ContactStore implements contact.Store.
DB wraps sqlx.DB with lifecycle management.
SubscriptionStore implements subscription.Store.