New XMLDB_FORMAT added: tree. An experimental record-based tree database for direct access of records.
This commit is contained in:
parent
7847e74c5e
commit
50ca7b7845
10 changed files with 692 additions and 86 deletions
|
|
@ -90,6 +90,10 @@ module clixon-config {
|
|||
enum json{
|
||||
description "Save and load xmldb as JSON";
|
||||
}
|
||||
enum tree{
|
||||
description "Save and load xmldb as Clixon record-based tree
|
||||
file format";
|
||||
}
|
||||
}
|
||||
}
|
||||
typedef cli_genmodel_type{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue