All Projects → mkleehammer → Pyodbc

mkleehammer / Pyodbc

Licence: other
Python ODBC bridge

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Pyodbc

Turbodbc
Turbodbc is a Python module to access relational databases via the Open Database Connectivity (ODBC) interface. The module complies with the Python Database API Specification 2.0.
Stars: ✭ 449 (-80.22%)
Mutual labels:  odbc, database
Odbc
Connect to ODBC databases (using the DBI interface)
Stars: ✭ 285 (-87.44%)
Mutual labels:  odbc, database
Zabbixdba
Zabbix Database Monitoring Service (Oracle, Pg, MySQL, MS SQL, DB2, etc.)
Stars: ✭ 68 (-97%)
Mutual labels:  odbc, database
Rdbc
Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Stars: ✭ 328 (-85.55%)
Mutual labels:  odbc, database
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-95.95%)
Mutual labels:  odbc, database
Postgres
Postgres.js - The Fastest full featured PostgreSQL client for Node.js
Stars: ✭ 2,193 (-3.39%)
Mutual labels:  database
Karkinos
A thorough library database to assist with binary exploitation tasks.
Stars: ✭ 170 (-92.51%)
Mutual labels:  database
Enumdb
Relational database brute force and post exploitation tool for MySQL and MSSQL
Stars: ✭ 167 (-92.64%)
Mutual labels:  database
Sqlcheck
Automatically identify anti-patterns in SQL queries
Stars: ✭ 2,062 (-9.16%)
Mutual labels:  database
Objectdb
Persistent embedded document-oriented NoSQL database for Dart and Flutter.
Stars: ✭ 173 (-92.38%)
Mutual labels:  database
Ctlstore
Control Data Store
Stars: ✭ 171 (-92.47%)
Mutual labels:  database
Libwacom
libwacom is a tablet description library
Stars: ✭ 169 (-92.56%)
Mutual labels:  database
Devicemanager.api
Web API Framework demonstrates scalable, multitenant, architecture and allows building its own solution in the minutes. Uses: Entity Framework, UnitOfWork, Repository patterns. Wrapped in Docker, Kubernetes
Stars: ✭ 168 (-92.6%)
Mutual labels:  database
Dbdesigner.id
Database designer online.
Stars: ✭ 170 (-92.51%)
Mutual labels:  database
Sheetsu Web Client
Sheetsu Web Client
Stars: ✭ 167 (-92.64%)
Mutual labels:  database
Cve Check Tool
Original Automated CVE Checking Tool
Stars: ✭ 172 (-92.42%)
Mutual labels:  database
Esp32 arduino sqlite3 lib
Sqlite3 Arduino library for ESP32
Stars: ✭ 167 (-92.64%)
Mutual labels:  database
Ecosys
TigerGraph Ecosystem
Stars: ✭ 166 (-92.69%)
Mutual labels:  database
Rusticsearch
Lightweight Elasticsearch compatible search server.
Stars: ✭ 171 (-92.47%)
Mutual labels:  database
Old Rustorm
An ORM for rust
Stars: ✭ 168 (-92.6%)
Mutual labels:  database

pyodbc

Windows Status Ubuntu build PyPI

pyodbc is an open source Python module that makes accessing ODBC databases simple. It implements the DB API 2.0 specification but is packed with even more Pythonic convenience.

The easiest way to install is to use pip:

pip install pyodbc

Precompiled binary wheels are provided for most Python versions on Windows and macOS. On other operating systems this will build from source. Note, pyodbc contains C++ extensions so you will need a suitable C++ compiler on your computer to install pyodbc, for all operating systems. See the docs for details.

Documentation

Release Notes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].