Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 859 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 859 Bytes

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.