clixon/datastore
Olof hagsand a2c2375b38 docs
2017-05-01 16:50:22 +02:00
..
keyvalue Refined netconf none semantics in tests and text datastore 2017-05-01 12:46:09 +02:00
text Refined netconf none semantics in tests and text datastore 2017-05-01 12:46:09 +02:00
datastore_client.c rm xml index; added xml util functions; further xmldb development 2017-04-23 22:32:53 +02:00
Makefile.in Added connect/disconnect/getopt/setopt and handle to xmldb API; Added datastore 'text'; Moved apps/dbctrl to datastore/ 2017-04-15 13:53:58 +02:00
README.md docs 2017-05-01 16:50:22 +02:00

Clixon datastore

The Clixon datastore is a stand-alone XML based datastore used by Clixon. The idea is to be able to use different datastores. There is currently a Key-value plugin based on qdbm and a plain text-file datastore.

The datastore is primarily designed to be used by Clixon but can be used separately. See datastore_client.c for an example of how to use a datastore plugin for other applications

Can we equate a file that does not exist with an empty file? Or is empty file same as ? Three states: NULL <---> "" <---> "" which are valid?