This is the start of an attempt to make a parser for SurrealQL and a client that can communicate with SurrealDB via the HTTP interface. Very much a WIP.
surreal start --log trace --user root --pass root memory --addr 127.0.0.1/32 --bind 127.0.0.1:8000
sbt run
sbt test