package
0.1.0
Repository: https://github.com/aprice/freenote.git
Documentation: pkg.go.dev

# Functions

FromContext returns the Session in the given Context, if it is set.
NewContext returns a new Context including the given Session.
No description provided by the author
NewSession returns a new database session for the given configuration, including selecting the appropriate database driver.
No description provided by the author

# Variables

ErrNotFound should be returned when any database query finds no results.

# Structs

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

# Interfaces

NoteStore implementations handle access to the backing store for notes.
Session implementations handle access to the backing store(s) for notes and users for a single session.
UserStore implementations handle access to the backing store for users.