Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Dec 18, 2023
1 parent 2f67ca9 commit 2aa9036
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# plmustache

Logic-less templates for Postgres. Tested on Postgres 12, 13, 14, 15, 16.
A PostgreSQL extension that provides a language handler for [Mustache](https://mustache.github.io/) templates in Postgres.

## Roadmap

- [x] interpolation
- [x] variable interpolation
- [x] sections
- [x] bools
- [ ] arrays
Expand Down Expand Up @@ -93,6 +93,8 @@ Install https://gitlab.com/jobol/mustach, then on this repo:
$ make && make install
```

Tested on Postgres 12, 13, 14, 15, 16.

## Development

For testing on your local database:
Expand Down

0 comments on commit 2aa9036

Please sign in to comment.