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:
committed by
GitHub
parent
2810423258
commit
aeb5c68d97
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user