-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Ethereum JDBC driver implements a pure java, type 4 JDBC driver that can execute SQL queries directly on Ethereum. It uses antlr4.j grammar file to parse the query and create corresponding logical plan. This logical plan is then converted in to an optimized physical plan. The physical plan uses corresponding web3j calls to connect to Ethereum. The driver then converts the returned objects to a JDBC compliant result set and return it to the user. It supports Querying over blocks and transactions associated to each block.
- Check how to connect to ethereum
- Supported queries
- Check Ethereum Smart Contract Guide for deployment and execution of smart contracts
- Check Batch Transaction support
eth-jdbc-connector is backed by Impetus Labs - iLabs. iLabs is a R&D consulting division of Impetus Technologies. iLabs focuses on innovations with next generation technologies and creates practice areas and new products around them. iLabs is actively involved working on High Performance computing technologies, ranging from distributed/parallel computing, Erlang, grid softwares, GPU based software, Hadoop, Hbase, Cassandra, CouchDB and related technologies. iLabs is also working on various other Open Source initiatives.
© 2018 Impetus Infotech.