sczapuchlak / encyclopedia

0 stars 1 forks source link

Investigate an ORM for our application #26

Closed FreeMasen closed 7 years ago

FreeMasen commented 7 years ago

ORM's make interacting with the database a little more straight forward from a developer's perspective. It might be worth it to investigate using one of these for our data storage.

The most popular would be SQLAlchemy but that doesn't have to be our answer.