Back to skills

MySQL

Databases (DBMS & SQL) Since Mar 2020
L3
45/100

Other technologies

MySQL

Evidence

  • Why this level

    Summary

    MySQL is used in several training and personal projects through Prisma or TypeORM, mainly through relational schemas and ORM layers.

  • Current ceiling

    Summary

    The 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.

  • Prisma relations on a budgeting project

    Permalink Source

    The Prisma schema in MyHappyWallet uses MySQL to model accounts, operations, categories and business constraints.

  • Full-stack user/posts schema

    Permalink Source

    The Prisma schema in the fullstack React project relies on MySQL for users, profiles and posts.

  • Quiz API with MySQL persistence

    Permalink Source

    The Hackathon Quiz App backend organizes an Express + Prisma API with MySQL persistence, relational schema and seeds.

  • TypeORM on a modular API

    Permalink Source

    The TypeORM entities in e-brairie also confirm MySQL usage in a use-case/repository architecture.