What is Doltgres?
Last updated
Last updated
DoltgreSQL, or Doltgres for short, is a Postgres-compatible version of . It is currently in . Dolt is the world's first version controlled SQL database. It is like Git and MySQL had a baby. Doltgres is like Git and Postgres had a baby.
Download the latest DoltgreSQL .
For instructions on how to install and run DoltgreSQL, checkout our .
So, what is different?
Unlike Dolt, Doltgres does not implement version control features via the command line and must be run as a server. For example, the Dolt CLI command to pull from a remote:
Dolt and Doltgres share the same and implement the same version control interfaces in SQL. Only the SQL dialect/implementation is different. Thus, you can refer to the to understand how to run and use DoltgreSQL and its features. Just connect with a Postgres-compatible client instead of a MySQL-compatible client.
Dolt is 1.0 and production ready. Doltgres is still in very active development and many required features are missing. See . If you are a potential user and need something missing, please .
Check back often for progress. We are investing heavily in Doltgres. You can also follow our for updates, where we publish Doltgres blogs every week.
Can only be accessed in Doltgres through its corresponding :
Refer to the docs for for details on supported functions and system tables.