ExamplesExample #1 Creating a chdb file
<?php The above example will generate a chdb file named data.chdb and containing the key-value pairs defined in $data. Example #2 Loading and looking up a chdb file
<?php The above example will output something similar to: value1 value2 |