SQL Interface to Golem-Base
NOTE: This is a proof of concept, and not yet ready for prime-time. But what we have so far is pretty cool, and it allows you to use SQL statements to interact with a Golem-Base system.
At present we've (partially) implemented the following:
-
CREATE TABLE
-
INSERT
-
SELECT
You can find the repo here:
https://github.com/frecklefacelabs/golembase-tables
and a pretty cool demo app that uses it here:
https://github.com/frecklefacelabs/golembase-tables-demo
COMING SOON: Info on how to set up and fund a golem-base node so you can try out the above sample, as well as a full code walkthrough of how we parse the SQL and then call into the TypeSCRIPT SDK.