Skip to content

GitStartHQ/pulumi-postgresql

Repository files navigation

Pulumi PostgreSQL Provider

This is an implementation to build a PostgreSQL provider for Pulumi. It is build on top of the PostgreSQL terraform provider ported over to Pulumi through the Pulumi Terraform Bridge

Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @murcul/pulumi-postgresql

or yarn:

$ yarn add @murcul/pulumi-postgresql

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/murcul/pulumi-postgresql/sdk/go/...

Roadmap

  • Initial types for Database, Schema, Extensions & Roles
  • Typed support for Roles
  • Typed support for Policies & Schema

Shameless Plug

Made with <3 at Murcul