steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
154 stars 100 forks source link

Remove SQL Config #215

Open cyon1c opened 6 years ago

cyon1c commented 6 years ago

The SQL config causes more trouble than it's worth and several irritating bugs persist due to it's existence.

Refactoring this out should resolve:

There are several others that I'll add.

sneak commented 6 years ago

What do you want to use instead, a json file? I think sqlite is appropriate for this use case, tbh.