xtdb/core2
XTDB ‘Core2’ is an experimental, SQL-first, immutable database concept.
516
Welcome to the XTDB research repository!
XTDB 'Core2
' is an experimental, SQL-first, immutable database concept.
docker pull xtdb/core2
docker run -p 5432:5432 xtdb/core2
Core2 supports the Postgres Wire Protocol. Connect to Core2 using any Postgres client:
psql -h localhost
More examples are available in the Core2 Playground.
Preliminary documentation is available at core2docs.xtdb.com.
docker pull xtdb/core2