Add SQLite as a supported database.

This commit is contained in:
David Mc Ken 2022-12-12 23:12:03 -04:00
parent dcbc4c3f7e
commit b0159beaec

View File

@ -28,4 +28,5 @@ All 3 components can be installed on one server or if your installation is large
- A database for PowerDNS-Admin, if you are using a database for PowerDNS itself this must be separate to that database. The currently supported databases are:
- MySQL
- PostgreSQL
- SQLite
- A PowerDNS server that PowerDNS-Admin will manage.