From 199f532e5423753d26325c050fb3304ac2483697 Mon Sep 17 00:00:00 2001 From: Loki Astari Date: Tue, 20 Aug 2024 12:25:47 -0700 Subject: [PATCH] Add ThorLibraries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 424d6a8..4462648 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ C++ Benchmark Authoring Library/Framework. * [hjson-cpp](https://github.com/hjson/hjson-cpp) - A C++11 library for reading and writing Hjson and/or JSON files. * [json_struct](https://github.com/jorgen/json_struct) - High performance, single header JSON parser, parsing directly to and from C++ structs. * [daw_json_link](https://github.com/beached/daw_json_link) - Fast, convenient JSON serialization and parsing in C++ +* [ThorsSerializer](https://github.com/Loki-Astari/ThorsSerializer) - JSON/YAML/BSON serialization and parsing directly into C++ structures. ### String formatting & templating @@ -235,6 +236,7 @@ C++ Benchmark Authoring Library/Framework. * [sqlpp11](https://github.com/rbock/sqlpp11) - A type safe SQL template library for C++. * [libpqxx](https://github.com/jtv/libpqxx) - The official C++ client API for PostgreSQL. * [TinyORM](https://github.com/silverqx/TinyORM) - Modern C++ ORM library. +* [ThorsMongo](https://github.com/Loki-Astari/ThorsMongo) - Modern C++ api for Mongo CRUD operations (no need to understand BSON) ### BioC++