Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3349930
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:43:30+00:00 2026-05-18T01:43:30+00:00

Object-Relational-Mappers have been created to help applications (which think in terms of objects) deal

  • 0

Object-Relational-Mappers have been created to help applications (which think in terms of objects) deal with stored data in a more application-friendly way like every other class/object.

However, I have never seen a OKM (Object-Key/Value-Mapper) for NoSQL “Key/Value” storage systems. Which seems odd because the need should be far greater given the fact that more value-relations will have to be hard-coded into the app than a regular, single SQL table row object.

four requests:
user:id
user:id:name
user:id:email
user:id:created

vs one request:
user = [id => ..., name => ..., email => ...]

Plus you must keep track of “lists” (post has_many comments) since you don’t have has_many through tables or foreign keys.

INSERT INTO user_groups (user_id, group_id) VALUES (23, 54)

vs

usergroups:user_id = {54,108,32,..}
groupsuser:group_id = {23,12,645,..}

And there are lots more examples of the added logic that an application would need to replicate some basic features that normal relational databases use. All of these reasons make the idea of a OKM sound like a shoe-in.

Are there any? Are there any reasons there are not any?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T01:43:31+00:00Added an answer on May 18, 2026 at 1:43 am

    Ruby’s DataMapper project is an ORM and will happily talk to a key-value store through the use of an adapter.

    Redis and MongoDB have adapters that already exist. CouchDB has an adapter — it’s not maintained, but at one point it worked pretty well. I don’t think anyone’s done anything with Cassandra yet, but there’s no reason it couldn’t be done. The Dubious framework for Google App Engine takes a very similar approach to Data Mapper to make the Data Store available to applications.

    So it’s very possible to do ORM with key-value stores. The ORM just really needs to avoid the assumption that SQL is its primary vocabulary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been using relational databases + object relational mappers for object persistence. I don't
Object-relational mapping has been well discussed, including on here. I have experience with a
I am a fan of ORM - Object Relational Mapping and I have been
I'm interested in using an object relational mapper for an existing system which is
i have few confusion regarding ORM(Object Relational Mapping) i am thinking about to use
Where is the Object relational designer and Entity data model designer in Visual studio
Where can I have good samples of object relational mapping scenarios for many to
I have a DataGridView which allows the user to add a new object to
Do any .Net O/R (object/Relational) Mappers provide Asynchronous methods out of the box? I
There is a lot of information out there on object-relational mappers and how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.