Create a configuration file for a ReplicaDB process by filling out the following form
n
key=value
ApplicationName=ReplicaDB
public.employees
column1, column2, column10
"id > 400"
SELECT a.*, b.* FROM a JOIN b on (a.id == b.id)
You can drag and drop table items to rearrange them.
hr.collaborators
column2, column10, column1
client.id=ReplicaDB
batch.size=10
$ ./bin/replicadb --options-file replicadb.conf