Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 692 Bytes

basex - a node.js Basex client

This is BaseX client for node.js. Currently this client has minimal functionality. (BaseX)[http://basex.org/] is an XML database.

  • High-performance database storage with text, attribute, full-text and path indexes.
  • Efficient support of the W3C XPath/XQuery Recommendations
  • Full Text search and Update Extensions.

Installing BaseX

  1. Download from http://basex.org/products/download/all-downloads/ tested against version 6.7.1
  2. run the basexserver script

Tests

node tests/simple.js

Changelog

0.1 2011-09-30 login and simple test working

Inspiration

Parts taken from https://github.com/mranney/node_redis