0

Is there any schema-less dbms that support SQL query syntax? RDBMSs support sql languages, noSQL DBMSs are schema less. But is there any schema less that support a query language similar to sql?

Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173

2 Answers2

0

I found http://www.couchbase.com/communities/n1ql

N1QL presents easy and familiar abstractions to quickly develop scalable applications that work with next generation database systems. It allows for filter expressions, aggregate expressions and many other features to build a rich application. Go ahead and give N1QL a spin!

also: http://crlog.info/2011/06/13/cassandra-query-language-cql-v1-0-0-updated/

Handsome Nerd
  • 17,114
  • 22
  • 95
  • 173
0

Djondb (http://djondb.com) supports a language similar to SQL called DQL (document query language), although it's similar in some ways you'll find that most of these languages are oriented to documents rather than columns and rows, hope this help you on your search

Cross
  • 1,436
  • 12
  • 20