Skip to content

CJSmith-0141/absurd

Repository files navigation

absurd

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.

Install SurrealDB

Follow this guide

Start SurrealDB in permissive mode (just for development!)

surreal start --log trace --user root --pass root memory --addr 127.0.0.1/32 --bind 127.0.0.1:8000

Run application

sbt run

Run tests

sbt test

About

Scala client for SurrealDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages