package
0.0.4
Repository: https://github.com/ohlcware/pkg.git
Documentation: pkg.go.dev

# README

Openware package for database interactions

# Functions

Connect to database MySQL/SQLite using gorm gorm (GO ORM for SQL): http://gorm.io/docs/connecting_to_the_database.html TODO Switch to Config struct.
Create the database MySQL/SQLite by name with existing connection.
Drop the database MySQL/SQLite with given db context.

# Structs

Config for database connection TODO Set all default values.
Timestamps adding time at the end of models.