Tools: Ch 3: Creating a Postgres Database with Aiven
Source: Dev.to
Just a recap of the previous post: 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. You need to select a PostgreSQL service type because we are creating a Postgres database. Aiven offers subscription tiers, but you can start with the free tier for your first project, which allows you to create one service - 'database'. Once created, you should be able to see it under services. In the next post, we explore how to connect Aiven to DBeaver, enabling you to interact with the database visually. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well For further actions, you may consider blocking this person and/or reporting abuse - 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.