package
0.0.0-20180712231451-df570b367423
Repository: https://github.com/influx6/faux.git
Documentation: pkg.go.dev

# README

DB

Db contains different connection code for creating usable connection to different database. It allows me a central store to get a easy access to different underline store.

Supported

  • MongoDB

# Packages

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

# Structs

TableName defines a struct which returns a given table name associated with the table.

# Interfaces

DB defines a type which allows CRUD operations provided by a underline db structure.
Migration defines an interface which provides structures to setup a new db migration call.
TableConsumer defines an interface that exposes a Consume method.
TableFields defines an interface which exposes method to return a map of all data associated with the defined structure.
TableIdentity defines an interface which exposes a method returning table name associated with the giving implementing structure.