package
0.0.0-20200818141110-cf35e5493db0
Repository: https://github.com/dadleyy/marlow.git
Documentation: pkg.go.dev

# Constants

AuthorHasMultipleTitles is a convenience value indicating the author has multiple titles.
AuthorImported indicates the author was imported from an external source.

# Structs

Author represents an author of a book.
Book represents a book in the example application.
DatabaseConfig is a convenience type for storing the configuration necessary for the example app db connections.
DatabaseConnections represent the different connection types used by the example app.
Genre records are used to group and describe a types of books.
MultiAuto represents a record w/ multiple auto-increment directives on a postgres model.
Stores is a convenience struct designed to group the generated stores into a single place.