This commit is contained in:
2021-12-14 01:15:54 +00:00
parent 9cb6670435
commit d9b47087d3
6 changed files with 15 additions and 15 deletions

View File

@@ -10,9 +10,9 @@ The AyaNova server is built upon the [ASP.NET Core](https://docs.microsoft.com/e
## Database
AyaNova uses the [Postgres](https://www.postgresql.org/) database server exclusively. "PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance." - from the Postgres web site.
AyaNova uses the [PostgreSQL](https://www.postgresql.org/) database server exclusively. "PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance." - from the PostgreSQL web site.
Postgres can be run on multiple operating systems and platforms including Linux or Windows.
PostgreSQL can be run on multiple operating systems and platforms including Linux or Windows.
## AyaNova client