mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Add LevelDB player database (#9982)
This commit is contained in:
parent
3f0cbbc372
commit
982a030f33
4 changed files with 138 additions and 4 deletions
|
@ -105,12 +105,12 @@ Migrate from current map backend to another. Possible values are sqlite3,
|
|||
leveldb, redis, postgresql, and dummy.
|
||||
.TP
|
||||
.B \-\-migrate-auth <value>
|
||||
Migrate from current auth backend to another. Possible values are sqlite3 and
|
||||
files.
|
||||
Migrate from current auth backend to another. Possible values are sqlite3,
|
||||
leveldb, and files.
|
||||
.TP
|
||||
.B \-\-migrate-players <value>
|
||||
Migrate from current players backend to another. Possible values are sqlite3,
|
||||
postgresql, dummy, and files.
|
||||
leveldb, postgresql, dummy, and files.
|
||||
.TP
|
||||
.B \-\-terminal
|
||||
Display an interactive terminal over ncurses during execution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue