elpasync pushed a change to branch externals/drepl. from 7f047626d7 Add database command interpreter based on usql new 2d01ba6a2d Persistent history new 00da350c03 Adjust completion prefixes new 5b19ef40e1 Ask for database connection URL when starting usql new f7baf76921 Fix race condition involving checkinput followed by eval new 5a0f2354bc Add Node.js REPL
Summary of changes: README.org | 8 ++-- drepl-lua.lua | 4 -- drepl-lua.el => drepl-node.el | 41 ++++++++----------- drepl-node.js | 95 +++++++++++++++++++++++++++++++++++++++++++ drepl-usql.el | 8 +++- drepl-usql/drepl-usql.go | 30 +++++++------- drepl.el | 75 ++++++++++++++++++++++++++-------- 7 files changed, 196 insertions(+), 65 deletions(-) copy drepl-lua.el => drepl-node.el (53%) create mode 100644 drepl-node.js