Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change sqlite database to mysq #40

Open
anthon-alindada opened this issue Feb 8, 2018 · 1 comment
Open

Change sqlite database to mysq #40

anthon-alindada opened this issue Feb 8, 2018 · 1 comment

Comments

@anthon-alindada
Copy link

Hi @xeroc, We would like to know if there is a way to change the bitshares.sqlite to other database link mysql. We are planning to load balance our application, and we would like for all of our instances(servers) to have the same bitshares key storage. We would like to know if there are any other ways to load balance our application without having an issue with the bitshares.sqlite?

@xeroc
Copy link
Member

xeroc commented Feb 14, 2018

Currently not ... But I can tell you so much that the sqlite database has it's own access method which is in
bitshares/storage.py. You may as well write your own module and hook that in instead ...
Alternatively, you can also rewrite the whole bitshares/wallet.py and hook that in after instanciating bts = BitShares() with bts.wallet = NewWallet()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants