We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.
Internet

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

What is Object-Relational Mapping?

By A. Leverkuhn
Updated: May 17, 2024
Views: 2,670
Share

Object relational mapping(ORM) is a practice of converting a set of values into formats that are compatible with a specific type of technology. Lots of object relational mapping focuses on the differences between database technologies and other software. ORM is incorporated into programming languages in order to make sure that databases will be able to hold and deliver information as necessary.

The inspiration for ORM, object oriented design, is found in object oriented programming languages like Visual Basic and the C suite. In these languages, a diverse set of variables and values can be made into an object to reduce the amount of code needed for a specific function or program. This same idea applies to object relational mapping, where objects that can be translated to a database are sometimes called “persistent” objects.

The basic idea of object relational mapping is that a database needs to be able to interpret what is being put into it. A client name with other attendant information such as addresses or phone numbers is largely a collection of character strings. There may be a variable number of character strings associated with the client. The problem is that the database may not be able to deal with variable numbers of strings, or the format of the strings. This leads to a need for programming strategies involved in storing or extracting data.

Those interested in object relational mapping can gain a better idea of what is needed from studying the design of SQL (structured query language) databases, and other kinds of database design. Skilled IT engineers are often asked to deal with these kinds of problems involving data structure or format. They may rely on ORM solutions already written, or craft their own tools, but either way, finding a workable method is valuable to an enterprise that needs accessible data to function, whether it’s a private company, a government agency, or a non-profit.

Manipulating objects can be a large part of what is needed from a programmer. Top notch IT professionals understand the issues around the need for ORM and related technologies. It’s all about finding the right ways to source IT solutions, such as the “translation” of data between different software components in a company’s software architecture. Knowing more about how programmers use advanced tools will help database managers or anyone else with an interest in crafting accessible data strategy.

Share
WiseGeek is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.

Editors' Picks

Discussion Comments
Share
https://www.wisegeek.net/what-is-object-relational-mapping.htm
Copy this link
WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGeek, in your inbox

Our latest articles, guides, and more, delivered daily.