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...

Dynamic Query Builder is a versatile tool that allows users to construct complex database queries dynamically without the need to write code manually. It provides a user-friendly interface for creating and customizing queries on-the-fly, offering flexibility and efficiency in data retrieval and manipulation.

  • Updated Nov 9, 2025
  • JavaScript