tortoise-orm
piccolo
tortoise-orm | piccolo | |
---|---|---|
11 | 8 | |
4,715 | 1,462 | |
1.8% | 2.1% | |
9.1 | 8.9 | |
4 days ago | 12 days ago | |
Python | Python | |
Apache License 2.0 | MIT License |
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.
tortoise-orm
-
Django and Postgres for the Busy Rails Developer
Wouldn't know. However, some standalone projects are attempting to replicate the same experience, check Tortoise ORM - https://github.com/tortoise/tortoise-orm.
-
FastAPI, Pydantic, Psycopg3: the holy trinity for Python web APIs
TortoiseORM: I personally really like this Django-inspired async ORM; it's clean and nice to use.
- Building a full Django project, starting with a single file
-
How to Connect a FastAPI Server to PostgreSQL and Deploy on GCP Cloud Run
To do this, we can use the Tortoise-ORM. Begin by installing the package:
-
Example typescript project repos?
If I was answering this question but for python, I'd recommend something like prefect, boto3, or tortoise-orm -- not extremely complex and with a pretty comprehensible featureset.
-
What DB and Hosting Site should I use for my Python Bot?
If you're just starting with relational databases i suggest you use an ORM an object relational mapper. Which allows you to use simple python to make all database interactions. And i recommend using tortoise ORM.
- Which ORM framework are you using with Python, and why?
-
Using Django ORM in asyncio project without Django?
Does anybody have any experience with that? Can I use Django in my asyncio application without *actually using Django? Or should sth like Tortoise ORM be preferred?
-
FastAPI with Django ORM
Tortoise ORM looks a lot like the django ORM https://tortoise.github.io
-
Show HN: Django Async ORM
Thanks, it's great to see Django adding slowly but surely in all sorts of places.
By the way, have you looked at tortoise orm, which is a fully async python ORM with very Django-like syntax? [1]
[1] https://github.com/tortoise/tortoise-orm
piccolo
- Piccolo ORM β A powerful async ORM for Python
- Piccolo, a Lightweight and Async Pydantic V2 Python ORM
-
[Guide] A Tour Through the Python Framework Galaxy: Discovering the Stars
Try Piccolo instead of SQLAlchemy
-
Python projects with best practices on Github?
One other project that I enjoyed reading - to integrate with, is Picollo ORM (https://github.com/piccolo-orm/piccolo). The code is really readable.
-
Piccolo - a modern, async query builder / ORM for Postgres
Hi, I'm a big fan of Postgres, and have been working on Piccolo for the last few years.
- GitHub - piccolo-orm/piccolo: A fast, user friendly ORM and query builder which supports asyncio.
- Piccolo: Python fast, user friendly ORM and query builder with asyncio
-
Piccolo, an async query builder and ORM for Python
Give Piccolo a go. It is already being used in production, and is improving at a rapid pace. If you have any feedback or questions, let us know on Github. Thanks!
What are some alternatives?
SQLAlchemy - The Database Toolkit for Python
prisma-client-py - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
PonyORM - Pony Object Relational Mapper
asyncpg - A fast PostgreSQL Database Client Library for Python/asyncio.
Peewee - a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb
piccolo_admin - A powerful web admin for your database.
GINO - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
django-firebird - Firebird SQL backend for Django web framework
Piccolo - Piccolo (formerly Pilot) β mini game engine for games104
yt-dlp-bot - Self-hosted Video Download Telegram Bot πΊπ¦
ormar - python async orm with fastapi in mind and pydantic validation
piccolo_api - ASGI middleware for authentication, rate limiting, and building REST endpoints.