awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
piccolo-orm avatar

piccolo-orm/piccolo

0
View on GitHub↗
1,913 estrellas·106 forks·Python·MIT·4 vistaspiccolo-orm.com↗

Piccolo

Features

  • Database Clients - Fast, user-friendly ORM and query builder.
  • Database Drivers - ORM and query builder supporting both async and sync modes.
  • Database ORMs and ODMs - Async ORM and query builder with built-in migrations.

Historial de estrellas

Gráfico del historial de estrellas de piccolo-orm/piccoloGráfico del historial de estrellas de piccolo-orm/piccolo

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Piccolo

Proyectos open-source similares, clasificados según cuántas características comparten con Piccolo.
  • dpkp/kafka-pythonAvatar de dpkp

    dpkp/kafka-python

    5,896Ver en 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
    Ver en GitHub↗5,896
  • encode/databasesAvatar de encode

    encode/databases

    4,002Ver en 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
    Ver en GitHub↗4,002
  • apache/cassandra-python-driverAvatar de apache

    apache/cassandra-python-driver

    1,425Ver en GitHub↗

    Python Driver for Apache Cassandra®

    Python
    Ver en GitHub↗1,425
  • mongodb/mongo-python-driverAvatar de mongodb

    mongodb/mongo-python-driver

    4,342Ver en 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
    Ver en GitHub↗4,342
Ver las 30 alternativas a Piccolo→

Preguntas frecuentes

¿Cuáles son las características principales de piccolo-orm/piccolo?

Las características principales de piccolo-orm/piccolo son: Database Clients, Database Drivers, Database ORMs and ODMs.

¿Qué alternativas de código abierto existen para piccolo-orm/piccolo?

Las alternativas de código abierto para piccolo-orm/piccolo incluyen: 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… mongoengine/mongoengine — MongoEngine is a Python object-document mapper that translates database records into objects to provide an…