branch: externals/drepl commit b2711176f4d72b04413b43b7b36e7b223a92b8c7 Author: manuel-uberti <manuel-ube...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Fix usql link A minor fix to point to `usql` link to the right GitHub repository. --- 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.