logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create PostgreSQL Database - Initialize DB | Online Free DevTools by Hexmos

Create PostgreSQL database clusters with initdb. Initialize a new PostgreSQL instance and configure storage locations. Free online tool, no registration required.

initdb

Create a PostgreSQL database cluster on disk. More information: https://www.postgresql.org/docs/current/app-initdb.html.

  • Create a database cluster at /usr/local/var/postgres:

initdb {{[-D|--pgdata]}} /usr/local/var/postgres

See Also