MultiChain / multichain-explorer

Web-based explorer for MultiChain blockchains
GNU Affero General Public License v3.0
177 stars 140 forks source link

postgres support #9

Closed CzechJiri closed 7 years ago

CzechJiri commented 8 years ago

While MCE is based on ABE, it looks like postgres support was carved out and removed.

Any reason why and if this can be put back?

gidgreen commented 8 years ago

We're not devoting resources to supporting other databases at the moment, because SQLite works well enough for the web-based explorer. We might revisit this decision in future.

reiven commented 8 years ago

@gidgreen same thing with MySQL?

gidgreen commented 8 years ago

Yes, at the moment we're supporting SQLite only.