# Functions
CreateMigrationFile - Creates a boilerplate *.sql files for a database migration.
InitializeDatabase initialize database and return database instance.
RollbackMigrations - Used to run the "down" database migrations in ../migrations/*.down.sql.
RunMigrations - runs all database migrations (see ../migrtions/*.up.sql).
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CoreValue - struct representing a core value object.
No description provided by the author
No description provided by the author
No description provided by the author
Pagination Object.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
User - basic struct representing a User.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RepositoryTransaction interface holds transaction specific methods.
No description provided by the author
Transaction interface holds transaction methods.
No description provided by the author