branch: externals/drepl commit d1d9acc969c470628eb08b6fe3a6ae1fc0b2da2c Merge: 07c4503763 b2711176f4 Author: Augusto Stoffel <ast...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Fix usql link --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index ffe1727507..dc17b136bb 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,7 @@ the moment it supports the following interpreters: - *Python*: requires [[https://pypi.org/project/ipython/][IPython]]. - *Lua*: requires [[https://luarocks.org/modules/hoelzro/luarepl][luarepl]] and [[https://luarocks.org/modules/dhkolf/dkjson][dkjson]]. -- Various *SQL and NoSQL* databases: based on [[https://github.com/xo/usq][usql]], requires a Go +- Various *SQL and NoSQL* databases: based on [[https://github.com/xo/usql][usql]], requires a Go compiler. - *Node.js*: uses the built-in REPL library.