Module models

Module models 

Source
Expand description

Database entity models, and utility wrappers and newtypes.

Modules§

blog
Entities for the blog ‘module’, for both user and site blog posts.
core
Base entities that are used internally and by other ‘modules’.
story
Entities for the story ‘module’, everything tags unique to a story or series is here.
wiki
Site wide and user wiki, allowing for history and notes on anything needed.

Structs§

Existing
A wrapper type to indicate that a type has a backend id.
Id
The database entry id newtype, is a ArrayString by default
New
A wrapper type to indicate that a type has no backend id.