awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
psycopg avatar

psycopg/psycopg

0
View on GitHub↗
2,416 stars·249 forks·Python·LGPL-3.0·8 vueswww.psycopg.org/psycopg3↗

Psycopg

New generation PostgreSQL database adapter for the Python programming language

Features

  • Database Clients - PostgreSQL database adapter.
  • Database Drivers - PostgreSQL adapter for Python.

Historique des stars

Graphique de l'historique des stars pour psycopg/psycopgGraphique de l'historique des stars pour psycopg/psycopg

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Psycopg

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Psycopg.
  • dpkp/kafka-pythonAvatar de dpkp

    dpkp/kafka-python

    5,896Voir sur GitHub↗

    kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly, without any native bindings or JVM dependencies. It provides the core capabilities of a Kafka client: producing messages to topics, consuming records from topics, and administering cluster resources such as topics and partitions, all through a Pythonic API or command-line tools. The library distinguishes itself through its comprehensive support for advanced Kafka features. It includes an asynchronous producer with background batching for throughput, a consumer group rebalance protoc

    Python
    Voir sur GitHub↗5,896
  • encode/databasesAvatar de encode

    encode/databases

    4,002Voir sur GitHub↗

    This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking database operations in Python. It functions as an asynchronous database driver wrapper and a SQL expression builder, allowing for the construction of raw SQL strings from structured Python objects. The library includes an asyncio connection pool manager that utilizes task-local storage to handle connection lifecycles and reduce resource overhead. It also serves as an async database transaction manager, wrapping operations in atomic transactions and savepoints to maintain data int

    Python
    Voir sur GitHub↗4,002
  • apache/cassandra-python-driverAvatar de apache

    apache/cassandra-python-driver

    1,425Voir sur GitHub↗

    Python Driver for Apache Cassandra®

    Python
    Voir sur GitHub↗1,425
  • mongodb/mongo-python-driverAvatar de mongodb

    mongodb/mongo-python-driver

    4,342Voir sur 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
    Voir sur GitHub↗4,342
Voir les 30 alternatives à Psycopg→

Questions fréquentes

Que fait psycopg/psycopg ?

New generation PostgreSQL database adapter for the Python programming language

Quelles sont les fonctionnalités principales de psycopg/psycopg ?

Les fonctionnalités principales de psycopg/psycopg sont : Database Clients, Database Drivers.

Quelles sont les alternatives open-source à psycopg/psycopg ?

Les alternatives open-source à psycopg/psycopg incluent : encode/databases — This project is an asyncio database abstraction layer that provides a common interface for performing non-blocking… mongodb/motor — Motor - the async Python driver for MongoDB and Tornado or asyncio. apache/cassandra-python-driver — Python Driver for Apache Cassandra®. dpkp/kafka-python — kafka-python is a pure-Python client library for Apache Kafka that implements the Kafka wire protocol directly,… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage… piccolo-orm/piccolo.