MySQL
Databases (DBMS & SQL) Since Mar 2020
L3 45/100
Other technologies
MySQL
Evidence
-
Why this level
SummaryMySQL is used in several training and personal projects through Prisma or TypeORM, mainly through relational schemas and ORM layers.
-
Current ceiling
SummaryThe main improvement axes to reach the next level are: document direct MySQL operations more clearly, show fine tuning, and expose more complex migrations beyond ORM foundations.
-
The Prisma schema in MyHappyWallet uses MySQL to model accounts, operations, categories and business constraints.
-
The Prisma schema in the fullstack React project relies on MySQL for users, profiles and posts.
-
The Hackathon Quiz App backend organizes an Express + Prisma API with MySQL persistence, relational schema and seeds.
-
The TypeORM entities in e-brairie also confirm MySQL usage in a use-case/repository architecture.