Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi all,

I need sql based document database
in NOSQL provide document database but i need in SQL

In NOSQL have mongoDB,CouchDb etc...

Like NoSQL Possible in SQL have document database
Posted
Updated 12-Nov-13 22:23pm
v3

1 solution

Document-oriented database (NO-SQL) and Relational database (SQL) are two different approach of data storage.
The way these two approaches stores data - also in physical and logical manner - are totally different.
You have only two choices:
1. Invent some insane solution to use SQL to fake NO-SQL like storage
2. Use some ODBC drivers to one of the NO-SQL databases (here an example for mongodb - https://www.simba.com/connectors/mongodb-odbc[^])

---

IMO - you miss something here. Both approaches have their pros and cons, but by mixing them (in usage) you can lost the pros without removing cons very easily...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900