You can merge files in external app. This one support merge databases: https://www.codeproject.com/Articles/220...re-Utility
Here is terminal solution: http://sqlite.1065341.n5.nabble.com/How-...19362.html
Too large database will decrase Gekko UI performance on every database scan.
In my opinion best solution is using Gekko CLI and for seperated binance-bnb database is create new folder history_bnb and set in config.js somethink like this:
Here is terminal solution: http://sqlite.1065341.n5.nabble.com/How-...19362.html
Too large database will decrase Gekko UI performance on every database scan.
In my opinion best solution is using Gekko CLI and for seperated binance-bnb database is create new folder history_bnb and set in config.js somethink like this:
Code:
config.adapter = 'sqlite';
config.sqlite = {
path: 'plugins/sqlite',
dataDirectory: 'history_bnb',
version: 0.1,
dependencies: []
}
My projects [Strategies] [Datasets]