adonisjs / lucid

AdonisJS SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
https://lucid.adonisjs.com/
MIT License
1.08k stars 195 forks source link

Add missing instanceName to the MssqlConnectionNode type #1063

Closed Imunal closed 1 week ago

Imunal commented 2 weeks ago

🔗 Linked issue

https://github.com/adonisjs/lucid/issues/916

❓ Type of change

📚 Description

Add missing instanceName option in the MssqlConnectionNode type, which is required to setup if MSSQL is running using instance.

📝 Checklist

thetutlage commented 1 week ago

Thanks 👍