how to design the query for non-sql database
Posted
by Benny
on Stack Overflow
See other posts from Stack Overflow
or by Benny
Published on 2010-05-04T03:11:03Z
Indexed on
2010/05/04
3:18 UTC
Read the original article
Hit count: 246
can anyone give some reference for non-sql database query interface design pattern?
For sql-based database, the query can be achieved by combining the query token. but for non-sql, how to design the query, given that the query could be very complex.
© Stack Overflow or respective owner