README.md
1# lws api test lws_struct SQLITE
2
3Demonstrates how to use and performs selftests for lws_struct
4SQLITE serialization and deserialization
5
6## build
7
8```
9 $ cmake . && make
10```
11
12## usage
13
14Commandline option|Meaning
15---|---
16-d <loglevel>|Debug verbosity in decimal, eg, -d15
17
18```
19 $ ./lws-api-test-lws_struct-sqlite
20[2020/02/22 09:55:05:4335] U: LWS API selftest: lws_struct SQLite
21[2020/02/22 09:55:05:5579] N: lws_struct_sq3_open: created _lws_apitest.sq3 owned by 0:0 mode 0600
22[2020/02/22 09:55:05:9206] U: Completed: PASS
23
24```
25
26