package
0.7.5
Repository: https://github.com/infiniteloopcloud/go.git
Documentation: pkg.go.dev

# Functions

Create is a general solution for adding values to a Prepared implementation.
Select is a general solution for getting data from a Query implementation.
Update is a general solution for updating values to a Prepared implementation.

# Structs

DatabaseCreate is the result of a Storable call.
DatabaseSelect is the result of a Selectable call.
DatabaseUpdate is the result of a Updatable call.

# Interfaces

Prepared is a definition for anything implement the PrepareContext.
Query is a definition for anything implement the PrepareContext.
Selectable defines whether a struct can be retrieved from the database.
Storable defines whether a struct can be persisted to database or not.
Updatable defines whether a struct can be updated if it's already exists in the database.