package
0.0.0-20210527192723-a085282182db
Repository: https://github.com/drewcosoftware/unicornkitchen.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Add a recipe to the database, saving new ingredients, etc.
No description provided by the author
This will create the database and setup the schema.
Create an instance of dbExecutor.
No description provided by the author
// NOTE: A time or event based cache would be a great idea for getting our first/last cursors for // a given table.
NOTE: We aren't doing anything about case insensitive search at this time.
No description provided by the author
Get an ordered list of instructions for a given recipe.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
Prevent queries from using too many pages.

# Structs

NOTE: If we want to add ORM type features to this, we would annotate the individual members.
No description provided by the author
No description provided by the author
No description provided by the author
A single instruction that is included in a recipe.
No description provided by the author