Skip to content

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

Notifications You must be signed in to change notification settings

grhervas/gym-db

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published