RDBMS
Last updated
Last updated
Doltgres can be used as a Relational Database Management System or RDBMS. Doltgres ships with built in, accessed via the doltgres
command.
Doltgres supports . There are two options for backups: or . Pushing to a remote only backs up committed
changes. Using dolt backup
backs up uncommitted changes as well. Backups are accessed via the.
Doltgres leverages Git-style to facilitate replication. The master and replicas configure the same remote. On the master, you configure "push on write" and on the replicas you configure "pull on read".