Improve database connection builder API? #1635
Labels
embedded replicas
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
The
new_remote_replica()
andnew_local_replica()
names are weird because in both cases the replica is local. The difference is just with how they are synced.My proposal is to keep
new_local()
andnew_remote()
but add additionalwith_remote_sync()
andwith_file_sync()
methods to the builder for local database variant.The text was updated successfully, but these errors were encountered: