-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSSQL Storage #110
Comments
Hey, it would basically be copy pasting the postgres data source and changing the sql generation parts to fit the dialect. MySQL support was added in like half an hour as a copy paste of the postgres package. |
I've written a small datasource contribution guide if that helps: https://github.com/cube2222/octosql/tree/master/storage |
@cube2222 this tool has been very useful to me. Just want to contribute to this feature, though the link to the contribution guide is broken. |
Hey @Xirui, glad to hear that! OctoSQL doesn't accept contributions right now, as is detailed in the README: https://github.com/cube2222/octosql#contributing However, since this issue was created, OctoSQL adopted a plugin model for datasources, so you can actually create this yourself, in your own repository. There's no guide right now, but you should be able to base yourself on the MySQL or PostgreSQL plugins:
Happy to help and answer any questions during the process! |
Thanks @cube2222, I will have a go with that, looks quite straight-forward. |
Hi there,
Very interesting tools. Thank you in advance.
I see that MSSQL is not in the roadmap.
How could it be implemented? Adding a dedicated datastore would be enough?
I could eventually help in the process
The text was updated successfully, but these errors were encountered: