Przejdź do głównej zawartości
Wersja: 17.1

Create Database

A new database can be created as follows:

  • Automated with SQL Server or PostgreSQL: ADONIS databases can be created automatically via the Windows Command Prompt.

  • Manually with SQL Server: ADONIS databases can be created manually using SQL Server Management Studio.

  • Manually with PostgreSQL: ADONIS databases can be created manually using pgadmin.

Detailed Instructions

For detailed instructions on how to create a database with SQL Server, refer to the database manuals in the installation package in the folder "01 Installation Manual".

For detailed instructions on how to create a database with PostgreSQL, refer to Creating a PostgreSQL Database.