I used many SQL abstraction libraries such as ODBC, JDBC, and ActiveRecord. What are the abstraction options in the NoSQL / key value storage world?
I basically ask this so that if I choose a keystore for keys, I can use the abstraction library and not be blocked, which, in my opinion, is important, given the number of key values stored.
source
share