feat: explain how to start PostgreSQL (#4909)

This commit is contained in:
Kévin Dunglas
2022-02-16 08:55:13 +01:00
committed by GitHub
parent 182b14b8ec
commit db5ec5cf33
2 changed files with 16 additions and 1 deletions

View File

@@ -236,12 +236,12 @@ $markdown += New-MDList -Lines $tools -Style Unordered
$markdown += New-MDHeader "Databases" -Level 3
$markdown += New-MDList -Style Unordered -Lines (@(
(Get-PostgreSqlVersion),
(Get-MongoDbVersion),
(Get-SqliteVersion)
) | Sort-Object
)
$markdown += Build-PostgreSqlSection
$markdown += Build-MySQLSection
$markdown += Build-MSSQLToolsSection