# README
generic-gorm
# Functions
Col get the connection Mongo database takes interface to retrieve table name returns the collection.
InitMongo manually init this package to Mongo.
Init manually init this package to SQL.
Migrate ...
Mongo get the connection Mongo database.
SQL get the connection SQL database.
# Interfaces
Model is a struct that implements this interface.
# Type aliases
Platform ...