You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,13 +17,14 @@ The following table lists the libraries in use:
17
17
18
18
## Supported for Types
19
19
20
-
kvdb-cpp supports the following types:
20
+
kvdb-cpp natively supports the following types:
21
21
22
22
-`std::string`
23
23
-`bool`
24
24
-`integral types`
25
25
-`floating types`
26
-
-`any that reflect cpp can serialize beyond that`
26
+
27
+
Anything beyond that will be forwarded to reflect-cpp json serialization and deserialization which supports structs and whole bunch of other stuff check out their: [C++ Standart Support](https://github.com/getml/reflect-cpp?tab=readme-ov-file#support-for-containers)
Alternatively if you already have leveldb and reflect-cpp linking to your project you can just drop in `include/key_value_database.hpp` into your project.
103
+
40
104
## Todo
41
105
42
-
- Fix install for reflect-cpp
106
+
- Replace std::to_string() for floating point types
0 commit comments