For further actions, you may consider blocking this person and/or reporting abuse
Read next
New Light-Based Computer Chip Makes AI 4.4x Faster Using Silicon Photonics
Mike Young -
Why AI Can't Handle Uncertainty Like Nature Does: New Research Shows Key Evolution Lessons
Mike Young -
AI's Creative Mistakes May Speed Up Drug Discovery, Study Shows
Mike Young -
Breakthrough: AI System Combines Language Models and Reinforcement Learning for Better Problem-Solving
Mike Young -
Top comments (1)
ORM or Object-Relational Mapper maps objects to records in relational database tables (also sometimes referred to as relations, hence the name). Oracle, MySQL, and PostgreSQL are well-known relational databases.
ODM or Object-Document Mapper does the same for non-relational, document-based databases like MongoDB - it will map objects to documents.
In both cases the idea is to make persistence of objects in an object-oriented application as simple and transparent as possible - whatever kind of target database system you may be using for that persistence.