monosi icon indicating copy to clipboard operation
monosi copied to clipboard

Add support for SqlServer

Open iporollo opened this issue 3 years ago • 4 comments

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

  1. SqlServer instance
  2. Refactor to support multiple formats for configurations
  3. Add SqlServer driver & dialect

iporollo avatar Jan 27 '22 18:01 iporollo

Bumping this up for more visibility.

jakeander avatar Feb 02 '22 20:02 jakeander

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.

unkrich avatar Feb 03 '22 07:02 unkrich

I have started working on this issue

dougkamp avatar May 31 '22 12:05 dougkamp

Thanks @dougkamp! Assigning it to you.

iporollo avatar May 31 '22 16:05 iporollo