django-async-orm
tortoise-orm
Our great sponsors
django-async-orm | tortoise-orm | |
---|---|---|
6 | 8 | |
126 | 3,838 | |
- | 3.5% | |
0.0 | 0.0 | |
3 months ago | 1 day ago | |
Python | Python | |
MIT License | Apache License 2.0 |
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.
django-async-orm
- Django 4.0 Released
-
Show HN: Django Async ORM
I'm not sure if its official. Would love some more guidance/clarity/docs/funding from the django foundation on what it looks like to migrate legacy code to the new ways.
The rednaks repo works great for just giving the new async stuff a go. If everything else is also using async.
I did some experimentation with this. And its a pain trying to migrate a production application that uses gevent and psycogreen2.
The documentation on the code migration path is pretty sparse.
The main hiccup that I ran into was psycogreen2 not being supported.
https://stackoverflow.com/questions/67735453/django-async-or...
- Django 4.0 release candidate 1 released
tortoise-orm
-
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.
-
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]
What are some alternatives?
SQLAlchemy - The Database Toolkit for Python
GINO - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
PonyORM - Pony Object Relational Mapper
ormar - python async orm with fastapi in mind and pydantic validation
Peewee - a small, expressive orm -- supports postgresql, mysql, sqlite and cockroachdb
Piccolo - Piccolo (formerly Pilot) – mini game engine for games104
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
piccolo - A fast, user friendly ORM and query builder which supports asyncio.
Tornado-SQLAlchemy - SQLAlchemy support for Tornado
django-ninja - 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
prisma-client-py - Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use
benchmark-django-fastapi - Some rough benchmarks of django with various configurations for WSGI / ASGI, fastapi, uvicorn