. ├── configs/ # 模型、场景、并发、乐享和 SQLite 配置 │ ├── models.example.json │ ├── lexiang.example.json │ ├── scenarios.json │ ├── concurrency.json │ └── studio.sqlite ├── public/ # 静态资源 ├── server/ # Express ...
JSONLiteDB leverages SQLite3 and JSON1 to create a fast JSON document store with easy persistence, indexing capability, and extensible use. JSONLiteDB provides an easy API with no need to load the ...