Page 1 of 1
which DB and how to make it default?

Posted:
Tue Mar 15, 2016 08:15
by burli
Which database backend is The best and how can I make it default? Currently I try LevelDB, but I always have to change the settings manually
Re: which DB and how to make it default?

Posted:
Sat Mar 26, 2016 07:51
by burli
Is it not possible to set leveldb or redis as default?
Re: which DB and how to make it default?

Posted:
Sat Mar 26, 2016 16:26
by Ivà
it's stored in world.mt in the world directory that you use.
Re: which DB and how to make it default?

Posted:
Sat Mar 26, 2016 16:37
by burli
Ivà wrote:it's stored in world.mt in the world directory that you use.
I know where it is stored. But the default is sqlite3 and I want redis as default, if I create a new world. I don't want to edit it every time
Re: which DB and how to make it default?

Posted:
Tue Apr 12, 2016 11:58
by burli
Is it possible to set leveldb as default? I couldn't find the source file where world.mt is created. Should be possible to replace sqlite3 with leveldb
Edit: found it. subgame.cpp