juspay / juspay/services-flake
Document postgres with extensions
Open
documentation
- Dominant language
- Nix
- Stars
- 768
- Forks
- 69
- Avg merge
- 7d 20h
- Merged PRs (30d)
- 5
Description
Add this to https://community.flake.parts/services-flake/postgresql#guide
```
# In process-compose.
{
services.postgres.”pg1” = {
extensions = (extensions: with extensions; [ timescaledb ]);
};
}
```
_Originally posted by @shivaraj-bh in https://github.com/juspay/services-flake/discussions/491#discussioncomment-12590616_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.