docs
This commit is contained in:
parent
a285b14222
commit
a2c2375b38
6 changed files with 77 additions and 31 deletions
16
datastore/README.md
Normal file
16
datastore/README.md
Normal 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?
|
||||
Loading…
Add table
Add a link
Reference in a new issue