Skip to content
#

Object–relational mapping

Object–relational mapping (ORM) is a technique with which records from relational databases are mapped to objects using an object-relational mapper in the programming language in which they are used.

Here are 5,436 public repositories matching this topic...

Pistacho is a Python-based Object-Relational Mapping (ORM) library designed to abstract database interactions, inspired by the ActiveRecord pattern from Ruby on Rails. It aims to simplify database operations by allowing developers to interact with the database using Python objects and methods instead of raw SQL queries.

  • Updated May 31, 2024