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