PostgreSQL updates

This commit is contained in:
Brooke Hamilton 2020-07-08 18:56:43 -04:00
parent 2968d37dd2
commit a43d06df30
2 changed files with 2 additions and 1 deletions

View File

@ -55,6 +55,7 @@ kubectl apply -f statestore.yaml
* [Setup Hazelcast](./setup-hazelcast.md)
* [Setup Memcached](./setup-memcached.md)
* [Setup MongoDB](./setup-mongodb.md)
* [Setup PostgreSQL](./setup-postgresql.md)
* [Setup Redis](./setup-redis.md)
* [Setup Zookeeper](./setup-zookeeper.md)
* [Setup Azure CosmosDB](./setup-azure-cosmosdb.md)

View File

@ -3,7 +3,7 @@
This article provides guidance on configuring a PostgreSQL state store.
## Create a PostgreSQL Store
Dapr can use any PostgreSQL instance. If you already have a running instance of PostgreSQL, move on to the [Configuration](#configuration) section.
Dapr can use any PostgreSQL instance. If you already have a running instance of PostgreSQL, move on to the [Create a Dapr component](#create-a-dapr-component) section.
1. Run an instance of PostgreSQL
You can run a local instance of PostgreSQL in Docker CE with the following command: