package
2.5.9+incompatible
Repository: https://github.com/sharovik/devbot.git
Documentation: pkg.go.dev
# Constants
ConnectionSQLite the sqlite database connection type.
# Structs
MigrationService the service for migrations based on GoLang run.This can be useful if you want to use abstraction of our SQL client in your migration.
QuestionObject used for proper data mapping from questions table.
SQLiteDictionary the sqlite dictionary object.
# Interfaces
BaseDatabaseInterface interface for base database client.
BaseMigrationInterface the interface for all migration files.