Page MenuHomePhabricator

Implement C++ file to expose backup API
ClosedPublic

Authored by marcin on Jan 3 2024, 6:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 2, 11:49 AM
Unknown Object (File)
Mon, Jul 1, 6:11 AM
Unknown Object (File)
Mon, Jul 1, 1:13 AM
Unknown Object (File)
Sun, Jun 30, 8:59 PM
Unknown Object (File)
Sun, Jun 30, 7:13 PM
Unknown Object (File)
Sun, Jun 30, 4:28 PM
Unknown Object (File)
Sun, Jun 30, 11:26 AM
Unknown Object (File)
Sat, Jun 29, 5:30 PM
Subscribers

Details

Summary

This differential implements C++ class that allows to safely trigger backup creation and restoration from any place in C++ using GlobalDBSingleton. The real
application ofthis class will be exposing C++ backup API to Rust in the very next diff.

Test Plan

The same as for the parent differential but instead of directly calling SQLiteQueryExecutor call methods of this class.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

marcin requested review of this revision.Jan 3 2024, 6:59 AM

LGTM but @michal needs to confirm as this is strongly connected to his work

This revision is now accepted and ready to land.Jan 5 2024, 6:30 AM

Rebase after landing parent diff

This revision was landed with ongoing or failed builds.Jan 17 2024, 3:08 AM
This revision was automatically updated to reflect the committed changes.