About 58,900 results
Open links in new tab
  1. Object-Relational Mapping (ORM) in DBMS - GeeksforGeeks

    May 1, 2026 · Object-relational mapping (ORM) is a key concept in the field of Database Management Systems (DBMS), addressing the bridge between the object-oriented programming approach and …

  2. Object–relational mapping - Wikipedia

    Object–relational mapping (ORM, O/RM, and O/R mapping tool) in computer science is a programming technique for converting data between a relational database and the memory (usually the heap) of …

  3. What is an ORM – The Meaning of Object Relational Mapping …

    Oct 21, 2022 · 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 …

  4. Top 10 ORM (Object Relational Mapping) Tools in 2026: Features, Pros ...

    Sep 5, 2025 · Introduction Object Relational Mapping (ORM) is a technique used in software development that enables developers to interact with a relational database using object-oriented …

  5. SQLAlchemy - The Database Toolkit for Python

    The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It …

  6. GitHub - tortoise/tortoise-orm: Familiar asyncio ORM for python, …

    Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. You can find the docs at Documentation Tortoise ORM supports CPython 3.10 and later for SQLite, MySQL, …

  7. SQLAlchemy ORM — SQLAlchemy 2.0 Documentation

    Jun 15, 2026 · SQLAlchemy ORM ¶ Here, the Object Relational Mapper is introduced and fully described. If you want to work with higher-level SQL which is constructed automatically for you, as …

  8. What Is an ORM? How Does It Work? How Should We Use One?

    Mar 18, 2024 · An Object-Relational Mapping tool, ORM, is a framework that can help and simplify the translation between the two paradigms: objects and relational database tables. It can use class …

  9. Drizzle ORM - next gen TypeScript ORM.

    Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.

  10. What is object/relational mapping? - Hibernate ORM

    Hibernate ORM is concerned with helping your application to achieve persistence. So what’s persistence? Persistence simply means that we would like our program’s data to outlive the current …