TerraByteDev Wiki

Database Setup

A small guide for setting up databases (optional).

By default, SkyFactions uses SQLite, an efficient single-file-based storage implementation.
We also support MySQL, MariaDB and PostgreSQL, all of which you can configure at the very top of the config.yml.

Note

Modifications to the database configurations require a restart to take effect.

Tip: After modifying configs, consider validating your .yml configs through an online YAML validator such as YAMLlint.