◐ Shell
clean mode source ↗

Build software better, together

Here are 16 public repositories matching this topic...

Ryx gives you the ergonomic query API of Django's ORM while running SQL execution through a compiled Rust core — giving you async-native, high-performance database access with a familiar Python interface.

  • Updated Jun 8, 2026
  • Rust

A cache-based python ORM -- supports Redis/Memcached/InMemory/FileSystem backends, and JSON/Msgpack/Pickle/Protobuf serializers.

  • Updated Apr 29, 2021
  • Python
abarorm

abarorm is a lightweight and easy-to-use Object-Relational Mapping (ORM) library for SQLite, MySQL, and PostgreSQL databases in Python. It provides a simple and intuitive interface for managing database models and interactions.

  • Updated Jan 23, 2026
  • Python

Object Relational Mapping (ORM) is a technique used in creating a "bridge" between object-oriented programs and, in most cases, relational databases. Put another way, you can see the ORM as the layer that connects object oriented programming (OOP) to relational databases.

  • Updated Nov 13, 2023
  • Python

Improve this page

Add a description, image, and links to the python-orm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-orm topic, visit your repo's landing page and select "manage topics."

Learn more