-1

i must make a connection to solid db from python. Do you know any module, library or a method which can create a connection to Solid DB follow by a SQL query?

Unknown
  • 79
  • 3
  • 10

1 Answers1

0

Solid DB has ODBC drivers so you can use PyODBC: http://mkleehammer.github.io/pyodbc/

AndrewWhalan
  • 417
  • 3
  • 12