Quick Start

The fastest way to try Omnigres and its components is by using its container image:

docker run -p 127.0.0.1:5432:5432 -p 127.0.0.1:8080:8080 --rm ghcr.io/omnigres/omnigres-slim:latest

Connect to the database

If you used the above snippet, the omnigres database will be available on (default) port 5432, with the username of omnigres and the password set to omnigres:

psql -h localhost -p 5432 -U omnigres omnigres # password is `omnigres`

Access over HTTP

The above image enables HTTP by default and you can access it at http://localhost:8080.

What’s Next?

Check out the documentation to learn about extensions and tools Omnigres provides.