Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ from common.mixins.postgres import PostgresMixin from common.database import Database from common.crud_table import CRUDTable # PLEASE NOTE: the name of class MUST be consistent with the name of the # table in the database itself. class users(CRUDTable): """Provides CRUD access to the users table""" def __init__(self, db): Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,8 @@ from common.mixins.postgres import PostgresMixin from common.database import Database from common.crud_table import CRUDTable # PLEASE NOTE: the name of class MUST be consistent with the name of the # table in the database itself. class users(CRUDTable): """Provides CRUD access to the users table""" def __init__(self, db): Loading