package repositories const ( articleTableName = "article" tagTableName = "tag" articleTagTableName = "article_tag" )