AnQiCMS supports various mainstream databases, flexible choice.
MySQL
Recommend using MySQL 5.7 or higher. MySQL is the most commonly used choice, with abundant community resources and easy maintenance.
PostgreSQL
Supports PostgreSQL 9.6 or higher versions. PostgreSQL performs better in complex queries and transaction processing.
SQLite
Supports SQLite embedded database, suitable for small websites or test environments. No separate database service needs to be installed.
Database configuration
Set the database type, address, port, username, password, and database name in the configuration file to switch databases.
Performance suggestion
It is recommended to use MySQL or PostgreSQL in a production environment. SQLite is only suitable for testing or very small websites.