DEV Community

Jawad Ali Abbasi
Jawad Ali Abbasi

Posted on • Updated on

Apache AGE & PostgreSQL | Working with Databases

Hello Guyz!

We are going to see how we can use create and manipulate databases in postgres and apache AGE using terminal.

So the first step is to run the following command from inside the postgres directory.

bin/initdb demo

Where "demo" is our database name. You can use any name you want.

This command will create a new directory with the database name, in this case "demo". All the tables and other stuff like indexes for this database will be stored in this directory.

This is all for creating a new database.

Stay tuned for configuration and manipulation of databases in the next blog.

https://age.apache.org/
https://github.com/apache/age

Good Bye!

Top comments (0)