Versions in this module Expand all Collapse all v1 v1.0.1 Nov 22, 2024 v1.0.0 Sep 3, 2024 Changes in this version + type Database struct + func New(connection string, logger *zerolog.Logger) (*Database, error) + func (db *Database) GetDBCon() *gorm.DB + func (db *Database) Provision(filename string) error