IlmConnect / IlmConnect-V2-Old

3 stars 0 forks source link

Object Relational Mapping Feature #1

Closed nmosman closed 1 year ago

nmosman commented 1 year ago

Add an ORM and enable migrations for the backend.

  1. Choose an ORM (Prisma or Knex?)
  2. Set up ORM using the config
  3. Create basic User model
  4. Set up migrations