Add documentation links

This commit is contained in:
Steve Chávez
2019-08-16 12:41:24 -05:00
committed by GitHub
parent 1c54c7130a
commit e83144ce7f
+5 -3
View File
@@ -50,13 +50,15 @@ Big thanks to our sponsors! You can join them by supporting PostgREST on [Patreo
```bash ```bash
postgrest --help postgrest --help
``` ```
## [Documentation](http://postgrest.org)
Latest documentation is at [postgrest.org](http://postgrest.org). You can contribute to the docs in [PostgREST/postgrest-docs](https://github.com/PostgREST/postgrest-docs).
## Performance ## Performance
TLDR; subsecond response times for up to 2000 requests/sec on Heroku TLDR; subsecond response times for up to 2000 requests/sec on Heroku
free tier. If you're used to servers written in interpreted languages free tier. If you're used to servers written in interpreted languages,
(or named after precious gems), prepare to be pleasantly surprised by prepare to be pleasantly surprised by PostgREST performance.
PostgREST performance.
Three factors contribute to the speed. First the server is written Three factors contribute to the speed. First the server is written
in [Haskell](https://www.haskell.org/) using the in [Haskell](https://www.haskell.org/) using the