SoftwareBrothers / adminjs-sequelizejs

Sequelizejs adapter for AdminBro
MIT License
27 stars 34 forks source link

Documentation for MSSQL is... well.... not very complete :-) #69

Closed bovino closed 2 years ago

bovino commented 3 years ago

I tried to find a fully working (npm install + npm run start) example using MS SQL Server sample. With one entity only, no table relationship needed.

Would it be possible to provide one please? Thanks for the good tool you provide.

dziraf commented 2 years ago

You can use official Sequelize examples on how to set it up with a specific database. This adapter should be database-agnostic and it's setup shouldn't differ if you're using MSSQL as long as you configure your models correctly in Sequelize.