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
Writing to RCDB from C++ goes through `WritingConnection`, which is **MySQL-only** (the
151
+
SQLite provider is read-only). The following write examples are therefore built only when
152
+
configured with `-DWITH_MYSQL=ON`:
153
+
149
154
*[write_conditions.cpp](https://github.com/JeffersonLab/rcdb/blob/main/cpp/examples/write_conditions.cpp) (target `examples_write_conditions`) - Writing conditions to RCDB from C++. It includes:
0 commit comments