Skip to content

PostgreSQL

PostgreSQL is a popular relational database suited for transactional workloads and complex queries. Use this add-on when your application needs structured data storage with ACID guarantees.

Add to your project

Paste this entry into the addons list in diploi.yaml to add PostgreSQL to your project.

addons:
- name: PostgreSQL
identifier: postgres
package: https://github.com/diploi/addon-postgres#main

See also