Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
2 stars 4 forks source link

Migrate backend code to SQLAlchemy #303

Open maxachis opened 1 month ago

maxachis commented 1 month ago

SQLAlchemy is an Object-Relational Mapping (ORM) tool that represents SQL database actions in Python code.

Why use SQLAlchemy?

Why not use SQLAlchemy?

My thoughts

Resources: