nyu-devops-customers/customers

add SQLAlchemy to persist model.py

Closed this issue · 0 comments

As a developer
I need to add database connection to model.py
So that the customer model will persist with the back-end database

Acceptance Criteria:

Given the SQLAlchemy db connection added in the model.py
When the actions called in the model.py
Then the back-end database will persist with the action applied.