Getting Started
Follow these steps to get GhostSQL up and running on your machine.
Quick Start with Docker (Recommended)
The easiest way to run GhostSQL is using our official Docker image.
Using Docker Run
Using Docker Compose
If you have the GhostSQL repository cloned, you can simply run:
Local Installation
Prerequisites
- Go 1.25 or higher
- Make (optional, but recommended)
Build from Source
Clone the repository and build the binary:
Running the Server
Start the GhostSQL server on the default port (5433):
Connecting with psql
You can use the standard PostgreSQL CLI to connect to GhostSQL:
First Steps
Once connected, try creating a table and inserting some data: