Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Updated Database Technology page to show that PostgreSQL is the new default.
  • Loading branch information
Dartanlla authored May 27, 2024
1 parent fbb3e9d commit 4bdd41b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/getting-started/database-setup/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,15 @@ has_children: true

# Choose a Database Technology

OWS uses repository interfaces and can be used with multiple Database technologies. At this time there are implementations for PostgreSQL, MSSQL, and MySQL. **PostgeSQL is the default.** Support my vary by database technology.

## Requirements
* If you are using PostgreSQL (the default), download one of the following SQL Management tools:
* [pgAdmin](https://www.pgadmin.org/)
* [dBeaver](https://dbeaver.io/download/)
* If you are using MSSQL, download and install one of the following SQL Management tools:
* [SQL Server Management Studio](https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15) (Windows Only)
* [Azure Data Studio](https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15) (Windows/macOS/Linux)

OWS uses repository interfaces and can be used with multiple Database technologies. At this time there are implementations for MSSQL, Postgre SQL, and MySQL. MSSQL is the default. Support my vary by database technology.

> **Warning**
> Only MSSQL is officially supported. All other database technologies are community supported and may or may not work at any given time. Community supported database technologies may also be removed at any time without notice if the community stops supporting them.
> Only PostgeSQL and MSSQL are officially supported. All other database technologies are community supported and may or may not work at any given time. Community supported database technologies may also be removed at any time without notice if the community stops supporting them.

0 comments on commit 4bdd41b

Please sign in to comment.