Database
PostgreSQL
Integrates the Configu Orchestrator with PostgreSQL.
- Name: PostgreSQL
- Category: Database
Configuration
Configu needs to be authorized to access your PostgreSQL database. Configu utilizes TypeORM under the hood to establish a connection with the database using data source options you need to supply.
Usage
.configu
store declaration
CLI examples
Upsert command
Eval and export commands
References
- Integration documentation: https://www.postgresql.org/docs/current/tutorial-start.html
- TypeORM documentation: https://typeorm.io
Was this page helpful?