awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mkleehammer avatar

mkleehammer/pyodbc

0
View on GitHub↗
3,082 stars·570 forks·C++·MIT-0·7 viewsgithub.com/mkleehammer/pyodbc/wiki↗

Pyodbc

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.

Features

  • Database Clients - Python ODBC bridge.
  • Database Tools - Python library for ODBC database access.

Star history

Star history chart for mkleehammer/pyodbcStar history chart for mkleehammer/pyodbc

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pyodbc

These projects share indexed features with Pyodbc. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • mongodb/mongo-python-drivermongodb avatar

    mongodb/mongo-python-driver

    4,342View on GitHub↗

    The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage data within MongoDB databases using the Python programming language. It serves as a database connectivity library that handles authentication and connection pooling, while also providing a vector search client for managing embedding indexes and retrieving data based on semantic similarity. The driver supports both synchronous and asynchronous database driver models to perform non-blocking I/O operations and stream data from database clusters. It distinguishes itself through speci

    Pythonmongodbmongodb-driverpymongo
    View on GitHub↗4,342
  • ponyorm/ponyponyorm avatar

    ponyorm/pony

    3,822View on GitHub↗

    Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented interface. It serves as a relational database toolkit providing the means to manage database transactions, identity mapping, and the lazy loading of related records. The project is distinguished by a SQL query translator that converts Python generator expressions into optimized SQL queries by analyzing the abstract syntax tree. It also includes a visual database schema designer for creating entity-relationship diagrams to automatically generate and synchronize relational database

    Pythoncockroachcockroachdbmysql
    View on GitHub↗3,822
  • balaji01-4d/pgxcliBalaji01-4D avatar

    Balaji01-4D/pgxcli

    60View on GitHub↗

    Postgres CLI with autocompletion and syntax highlighting

    Go
    View on GitHub↗60
  • psycopg/psycopg2P

    psycopg/psycopg2

    0View on GitHub↗

    psycopg2 - Python-PostgreSQL Database Adapter

    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does mkleehammer/pyodbc do?

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.

What are the main features of mkleehammer/pyodbc?

The main features of mkleehammer/pyodbc are: Database Clients, Database Tools.

Which projects share features with mkleehammer/pyodbc?

Projects with overlapping indexed features include: ponyorm/pony — Pony is a Python object-relational mapper that maps classes to relational database tables using an object-oriented… pudo/dataset — This project is a SQL data access layer and schema generator that allows for reading and writing records in relational… balaji01-4d/pgxcli — Postgres CLI with autocompletion and syntax highlighting. mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… psycopg/psycopg2 — psycopg2 - Python-PostgreSQL Database Adapter. pymysql/pymysql — PyMySQL is a MySQL database connector and SQL database driver for Python environments. It serves as a client library…