CQSH - An XQuery Shell
cqsh is a command line interface for MarkLogic. cqsh was built to be an alternative to the web interface cq that comes with MarkLogic. It has Readline capabilities and allows you to issue queries, load files, and interact with Mark Logic from a shell environment. cqsh can also be run in batch mode by reading from stdin or passing in a file path using the -f flag.
New in version 0.5.0:
- Updated code to use new Java XCC connectivity library
- New load command options --permission, --collection, --quality
This project was contributed by Andy Bruno of O'Reilly Media.
Code & Downloads
GitHub Repository »
Comments