From adab854d4fa8152381024c90d814e6e9b81a5538 Mon Sep 17 00:00:00 2001 From: Andrew Plummer Date: Tue, 19 Oct 2021 23:20:00 +0100 Subject: [PATCH] Better readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 33b2825..8dfd861 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # pg-access-apply + Idempotent postgres database and role management + +Loosely, this manages resources that are configured and then handed +over to an application to use. Eg: you create a database and a role, +then pass this configuration over to an application which creates and +manages tables etc within that database. The goal of this library is +to manage things like databases and roles. + +# Supported Postgres resources + +- Database +- Role (aka User, aka Group) +- Tablespace (TODO) +- Schema (TODO) +- Role privileges (TODO)