monosi
monosi copied to clipboard
Add support for SqlServer
Problem
I want to use monosi with my SqlServer data store
Solution
Monosi needs to interpret SqlServer configuration details and run on SqlServer accordingly
Requirements
- SqlServer instance
- Refactor to support multiple formats for configurations
- Add SqlServer driver & dialect
Bumping this up for more visibility.
Noted! Just shipped PostgreSQL and updated the Base Driver implementation here: https://github.com/monosidev/monosi/blob/master/src/core/common/drivers/base.py
Should be trivial to add a SQL Server implementation. Coming soon, will update thread accordingly- otherwise feel free to open PR based on snowflake / postgres implementations that currently exist.
I have started working on this issue
Thanks @dougkamp! Assigning it to you.