user@devops:~$ cat README.md
# Description
JSON Store is a JSON document store with SQLite persistence in C++23. Full CRUD with unique key, full-text search, collection import/export, SQLite WAL mode for concurrency, spdlog logging and Catch2 tests.
# Key features
$ Full CRUD for JSON documents with unique key
$ Full-text search in documents and keys
$ Import/export of JSON collections
$ SQLite WAL mode for concurrency
$ Structured logging with spdlog
$ Test coverage with Catch2 v3
# Gallery
# Technologies used