package
0.0.0-20201014150326-281192215769
Repository: https://github.com/jasongauvin/wikipattern.git
Documentation: pkg.go.dev
# Functions
CreateArticle creates an article row in database.
CreateComment creates an comment row in database.
DeleteArticleByID allows you to remove an article from the db using its id.
DeleteCommentByID allows you to remove an comment from the db using its id.
EditArticleByID allow you to modify an article using its id.
EditCommentByID allow you to modify an comment using its id.
FindArticleByID allows you to find a specific article using its id.
No description provided by the author
No description provided by the author
FindArticles returns you a list of articles.
FindCommentByID allows you to find a specific comment using its id.
FindComments returns you a list of comments.
InitializeDb connects to database.
LoadFixtures of articles in database.
MakeMigrations executes all migrations for our structs.