Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 529 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 529 Bytes

gym-db

Messing around with SQL and NoSQL implementations for future app backend for my personal gym routines/planning

First part: implementation of SQLite database and SQLAlchemy ORM

In this first approach we are going to build the SQL version (fully structured version) for the project using SQLite as RDBMS and SQLAlchemy to create the ORM interface with the database.

The first step in this is to create the relational model, shown in the following ERD:

ERD for Gym database