SubTable storage format
SubTable is a storage format built for the FusionEngine for storage on-disk configuration files.
# SubTable example file
# In order for a parser to work it must be able to parse this file
?Test {
@Port = 8080
?OtherTable {
@Port = 5959
}
}
See the example.cpp
file
Comment
Create table
Insert key/value pair into current table