Database for a pair of key values

Which database is most suitable for storing key / value pairs? And the database must support a mobile environment or device.

Applications are designed to work on mobile phones and Windows phones

+3
source share
1 answer

There is really no easy answer to this question with so little information. Take Google to “No SQL” or “Document Databases” - you should find what you need.

If you're after WP7, there are some good suggestions here http://nosql-database.org/

+1
source

All Articles