SaaSHub helps you find the best software and product alternatives Learn more →
Tortoise-orm Alternatives
Similar projects and alternatives to tortoise-orm
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
-
-
swagger-ui
Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
-
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
-
-
node-express-boilerplate
A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
tortoise-orm discussion
tortoise-orm reviews and mentions
-
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
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Mar 2025
Stats
tortoise/tortoise-orm is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of tortoise-orm is Python.