Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common-package
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GSHS Utilities
common-package
Commits
68a7dd0f
Commit
68a7dd0f
authored
2 years ago
by
Hamaker, Alec
Browse files
Options
Downloads
Patches
Plain Diff
Added important note to crud example.
parent
8f268c97
No related branches found
No related tags found
1 merge request
!16
Merge develop into main
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-0
2 additions, 0 deletions
README.md
with
2 additions
and
0 deletions
README.md
+
2
−
0
View file @
68a7dd0f
...
...
@@ -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):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment