Updated SQLite Storage (markdown)

Joshinken 2024-03-19 12:49:08 +01:00
parent f8ae639b3b
commit c897ae6862
1 changed files with 1 additions and 1 deletions

@ -1,4 +1,4 @@
This option one of the 4 storage options of Dynmap. It is an advanced storage layout, but easy to configure as it doesn't need a seperate service to run the storage. The downside to SQLite is that if an entry of the database is corrupted, the whole database is not readable, because it is stored in one big file.
This option is one of the 4 storage options of Dynmap. It is an advanced storage layout, but easy to configure as it doesn't need a seperate service to run the storage. The downside to SQLite is that if an entry of the database is corrupted, the whole database is not readable, because it is stored in one big file.
If using Spigot or Paper skip to the step: ```Configurating configuration.txt```