support for read replicas with postgres

This commit is contained in:
CJ Cobb
2021-04-28 19:02:44 +00:00
parent 0cfce33724
commit 5ebc515978
6 changed files with 8 additions and 7 deletions

View File

@@ -132,7 +132,7 @@ public:
// Open the database. Set up all of the necessary objects and
// datastructures. After this call completes, the database is ready for use.
virtual void
open() = 0;
open(bool readOnly) = 0;
// Close the database, releasing any resources
virtual void