We know that the underlying database for bitcoin to store the data is Leveldb from google ,and multichain is just a fork from bitcoin ,so does that means the underlying storage for multichain is also Leveldb ?
If that's true , do we have another way to query the data from multichain just like querying data from the transnational db like levedDB using sql or something else,since leveldb is a key-value db just like redis or memcache and so on ...
currently i can query the data with rpc call from java code based on the sdk ...
as i know there is another open source git project named leveldbjni which gives a Java interface to the LevelDB C++ library