mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
added sqllite
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "Config.h"
|
||||
#include "util/pugixml.hpp"
|
||||
#include "Application.h"
|
||||
#include "database/SqliteDatabase.h"
|
||||
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
@@ -60,7 +59,5 @@ void Config::load()
|
||||
if( stricmp(node.child_value(),"mysql")==0 ) theApp->setDB(Database::newMysqlDatabase("host","user","pass"));
|
||||
else theApp->setSerializer(new DiskSerializer());
|
||||
}else */
|
||||
theApp->setDB(new SqliteDatabase());
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user