-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Any idea of when the ORM will support MSSQL? #8690
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
Comments
V already has a MYSQL library.... |
It would take someone who knows MSSQL well enough to write a mssql module for V. |
@4parsleythelion are there C drivers/libraries for them? |
If someone needs a dirty way of accessing SQL Server as of now (or to play around with an ODBC wrapper): |
Hi all,
Sorry for the delay in getting back to you all, I’ve been dealing with issues. Anyways, if there was a way to use ODBC that would work for a while, but I would love a true / dirty driver to Microsoft SQL Server. How would we go about creating a MSSQL driver, because at some point others will need it?
Thank you all for your kind responses,
Ashley
From: mvenditto <notifications@github.com>
Sent: Wednesday, February 17, 2021 01:58
To: vlang/v <v@noreply.github.com>
Cc: ashley@elfbuiltsoftware.com; Mention <mention@noreply.github.com>
Subject: Re: [vlang/v] Any idea of when the ORM will support MSSQL? (#8690)
If someone needs a dirty way of accessing SQL Server as of now (or to play around with an ODBC wrapper):
#4531 (comment)<#4531 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#8690 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANAZXIRDS37SIWNAHAL4ZSDS7OAJ5ANCNFSM4XPWUZMQ>.
|
Maybe it could be possible to write (or port, looking at something like pyodbc) an odbc driver, and if necessary support MSSQL specific features ontop of it (msodbcsql.h) ? |
I’m more leaning towards pymssql [https://github.com/pymssql/pymssql], but its built on FreeTDS [http://www.freetds.org/], which is not a bad thing, but it would require two ports. But unless I’m missing something we should be able to port pymssql and include FreeTDS.
How much help and guidance would there be if I was going to tackle this monster?
Thanks,
Ashley
From: mvenditto <notifications@github.com>
Sent: Friday, February 19, 2021 08:09
To: vlang/v <v@noreply.github.com>
Cc: ashley@elfbuiltsoftware.com; Mention <mention@noreply.github.com>
Subject: Re: [vlang/v] Any idea of when the ORM will support MSSQL? (#8690)
Maybe it could be possible to write (or port, looking at something like pyodbc) an odbc driver, and if necessary support MSSQL specific features ontop of it (msodbcsql.h) ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#8690 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANAZXIXF7CAAXALD2OK6T4TS7Z5JHANCNFSM4XPWUZMQ>.
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I'm having fun playing and learning V, its great! But to use it just about anywhere in my world I need to access Microsoft SQL servers, do you have any idea of when this may happen.
Thank you,
Ashley
The text was updated successfully, but these errors were encountered: