package
0.1.7
Repository: https://github.com/openware/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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

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

# Type aliases

No description provided by the author