docs: Added a note to create PostgreSQL database (#1916)

* Added a note to create PostgreSQL database

* fixed grammar

* closed admonition

* fixed admonition
This commit is contained in:
Olanrewaju Olatunde
2022-08-01 10:21:57 +01:00
committed by GitHub
parent 2810423258
commit aeb5c68d97

View File

@@ -97,6 +97,12 @@ Where `database_type` is `sqlite` and `database_database` is the location you wa
### PostgreSQL Configurations
:::note
Before getting started with configuring PostgreSQL, you should have created a PostgreSQL `database`. You can check how to create a database in [PostgreSQL's documentation](https://www.postgresql.org/docs/current/sql-createdatabase.html).
:::
For PostgreSQL you mainly need 2 configurations:
```jsx