Skip to content
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 support in ORM #2032

Open
WY-CGhilardi opened this issue May 22, 2024 · 0 comments
Open

MSSQL support in ORM #2032

WY-CGhilardi opened this issue May 22, 2024 · 0 comments

Comments

@WY-CGhilardi
Copy link

Is your feature request related to a problem? Please describe.
Hello, I have been experimenting with drogon and enjoying the library!

I want to connect to a Microsoft SQL Server database as part of a REST API.
Is there any info for required methods that would need to be added to a potential new MSSQLImpl ?
I searched both issues and pull requests but did not see MSSQL mentioned before.

Describe the solution you'd like
A way to connect and interact with MSSQL databases similar to how postgres and sqlite are handled

Describe alternatives you've considered
I can potentially write and manage an external script/library to handle the database I/O myself outside of my drogon work.

Alternatively, a more generic ODBC ORM handler might work as well and a user can use the ODBC Driver 17 For SQL Server .

Additional context
Some Microsoft documentation around ODBC access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant