I have started on an interface from Ciao to mongoDB. So far, I have much of the BSON code done, but I need to finish the mongo portion.
My goal is to have mongoDB available in a Ciao program as simply as possible including non-determinism.
Here is a document in MS Word format that I wrote as quickly as I could just to see if there is any interest in this. It explains how to use what I have completed so far.
John McCulloch
http://old.nabble.com/file/p35057457/bson_pl.docx bson_pl.docx
mcculloch wrote:
I'm looking for a persistent database system for Ciao. DHT seems to be much more complex than what I need and using the internal database and assert is not quite enough. I'd like a system that at least can keep terms dynamically sorted.
Any ideas?
John