Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 387 Bytes

Art-Sphere-Inc

Check out Development-Quickstart.md to learn how to setup your environment.

Database

  • Using Microsoft Azure SQL Database (MSSQL) because it's free
  • Using Prisma ORM because it has MSSQL support and stable
  • Not using TypeORM because not maintained
  • Not using Drizzle because too new and no MSSQL support

Why SQL Over NOSQL?