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 954 public repositories matching this topic...

PseuDB is a library designed to simplify the process of creating and managing JSON-based databases with relational capabilities. This library enables developers to effortlessly create and interact with databases using models, providing a flexible and intuitive approach to working with data.

  • Updated Dec 22, 2023
  • JavaScript