endatabas / endb-client-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endb-client-examples

This repo contains trivial "clients" (toy REPLs) for trying out Endatabas. These are not to be taken seriously.

Config

See the HTTP API on docs.endatabas.com to see which MIME types you can set on your accept headers,

Running

git clone https://github.com/endatabas/endb-client-examples.git
cd endb-client-examples

Bash:

./endb-repl.sh

Once you've selected a MIME type for your results, enter a single SQL statement.

Ruby:

bundle install
vim repl.yaml
./endb-repl.rb

See the Endatabas tutorial for help.

Copyright and License

Copyright 2023 Steven Deobald and Håkan Råberg.

Licensed under the Apache License Version 2.0.

About

License:Apache License 2.0


Languages

Language:Ruby 67.5%Language:Shell 32.5%