Django Ninja – Fast Django REST Framework for Building APIs

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • django-ninja

    💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

  • sqlmodel

    SQL databases in Python, designed for simplicity, compatibility, and robustness.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Django

    The Web framework for perfectionists with deadlines.

  • Very true, and I have been following this pull request implementing Async Queryset with interest:

    https://github.com/django/django/pull/14843

    So far they are only going down the the queryset level, it then uses a thread pool for the db connector, next job would be to support async db connections.

  • ormar

    python async orm with fastapi in mind and pydantic validation

  • A good Django like ORM for FastAPI is Ormar [1]. I've got PG specific extensions to Ormar in [2].

    1. https://github.com/collerek/ormar

  • ormar-postgres-extensions

    Extensions to the Ormar ORM to support PostgreSQL specific types

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts