Ch 3: Creating a Postgres Database with Aiven

Published: (March 3, 2026 at 01:35 AM EST)
1 min read
Source: Dev.to

Source: Dev.to

Recap

  • Postgres – the DBMS we are using to create our database.
  • Aiven – where we are hosting our Postgres database.
  • DBeaver – the GUI we are using to interact with the database.

Create an Aiven account

We will be creating our Postgres database with Aiven, so the initial step is to get an Aiven account.

Create an Aiven service

Next, you need to create a service, which is essentially a database.

Aiven service creation step

Select the PostgreSQL service type because we are creating a Postgres database.

Select PostgreSQL service type

Aiven offers subscription tiers, but you can start with the free tier for your first project, which allows you to create one service – “database”.

Free tier information

Once created, you should be able to see it under Services.

Aiven services list

In the next post, we will explore how to connect Aiven to DBeaver, enabling you to interact with the database visually.

0 views
Back to Blog

Related posts

Read more »

Google Gemini Writing Challenge

What I Built - Where Gemini fit in - Used Gemini’s multimodal capabilities to let users upload screenshots of notes, diagrams, or code snippets. - Gemini gener...