Introduction
Welcome to the sqlserver
module created by ADGSTUDIOS
About
SQL Server Class used to simplify pyodbc
in few lines of code
Python Version Support
- Python 3.6+
We recommend using 3.8 for the best experience
Database Support
- Microsoft SQL Server
- MySQL
- PostgreSQL
- SQLite
Well anything that is supported by pyodbc
Our functions such as creating tables and databases are only supported for Microsoft SQL Server
so thats a bummer for the other databases. But our core functions is supported for all databases.
The core functions are GetRecordsAsDict
and GetRecordsAsColumn
or ExecuteQuery
is supported for all databases any other function is only supported for Microsoft SQL Server
If you would like to add support for other databases please feel free to make a pull request.