tenancy / multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://tenancy.dev
MIT License
2.56k stars 394 forks source link

[REQUEST] add support for MSSQL #894

Open cirolosapio opened 4 years ago

cirolosapio commented 4 years ago

Proposed behavior sqlsrv driver

Current behavior mysql and postgreslq drivers

Plytas commented 4 years ago

I don't think there are any plans to include this driver, but you could write your own. We'd probably accept a PR that includes this.