mirror of https://github.com/dapr/docs.git
PostgreSQL updates
This commit is contained in:
parent
2968d37dd2
commit
a43d06df30
|
@ -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)
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue