I was about to post about MongoDB, another NoSQL database.

With MongoDB you can have different column names for each record
giving the programmer maximum flexibility!
You can do searches but can't do joins. It supports replication and
sharding. It also support server-side operators... something like
$incr counter
instead of
REPLACE counter WITH counter+1

It already has drivers for several languages and I believe it shoudn't
be very difficult to use it.

For more infos: www.mongo.db
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to