gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Switch database to SQL Server #132

Closed gustafl closed 6 years ago

gustafl commented 6 years ago

I have considered a number of different databases in this project. MySQL, MongoDB, and now SQL Server. Node.js support for SQL Server seem to have improved lately, so I see no reason to hold on to a database in which I'm mediocre, when I can use SQL Server and feel at home.

The very next step in this project will be to redo the database definitions in T-SQL.

gustafl commented 6 years ago

Done. Added a full database definition script to the src/server/mssql folder. The script was generated using the Tasks > Generate Scripts command in SSMS.