This commit is contained in:
Olof hagsand 2017-05-01 16:50:22 +02:00
parent a285b14222
commit a2c2375b38
6 changed files with 77 additions and 31 deletions

16
datastore/README.md Normal file
View file

@ -0,0 +1,16 @@
# 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 <config/>?
Three states:
NULL <---> "" <---> "<config/>"
which are valid?