awesome-mysql
pymssql
Our great sponsors
awesome-mysql | pymssql | |
---|---|---|
1 | 4 | |
2,013 | 696 | |
- | 1.4% | |
2.3 | 5.0 | |
4 months ago | 2 months ago | |
Python | ||
GNU General Public License v3.0 or later | LGPL |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-mysql
-
CSS Deep
shlomi-noach/awesome-mysql - A curated list of awesome MySQL software, libraries, tools and resources
pymssql
-
What does Java do better than Python?
Support of vendors. For example, the MS SQL driver for Python is developed from community a nd for some time it was in a maintenance state because developer stopped the project (see this). Instead, the JDBC driver is developed directly from Microsoft
-
If you frequently use pymssql, checkout my first library: pymssql-utils. Any feedback would also be greatly appreciated!
pymssql-utils is a small library that wraps pymssql with the aim to make your life easier, and your database admins slightly happier.
What are some alternatives?
asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.
psycopg2 - PostgreSQL database adapter for the Python programming language
PyMySQL - Pure Python MySQL Client
dataset - Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
apsw - Another Python SQLite wrapper
SuperSQLite - A supercharged SQLite library for Python
mysqlclient - MySQL database connector for Python (with Python 3 support)
mysql-python - MySQLdb is a Python DB API-2.0 compliant library to interact with MySQL 3.23-5.1 (unofficial mirror)
clickhouse-driver - ClickHouse Python Driver with native interface support
oursql - oursql is a set of MySQL bindings for python with a focus on wrapping the MYSQL_STMT API to provide real parameterization and real server-side cursors.
motor - Motor - the async Python driver for MongoDB and Tornado or asyncio