I started working on this node module because I wanted to use node.js and node-webkit for a project that requires using Paradox DB. It is based on pxlib (see http://pxlib.sf.net) but I wanted to expose a more JavaScript friendly API.
This is in the very early stage of development, API changes frequently and may eat you cat (if you have one).
- No support for index
- Only supports pxfAlpha, pxfShort, pxfLong, pxfLogical, pxfTimestamp and pxfDate at the moment.
- No async API.
- Only lightly tested on few different linux distros and very briefly in Windows (won't even compile out of box).
- Conversion between JavaScript Date and Paradox Date/Time/Timestamp is buggy (mainly due to the fact that pxlib don't support millisecond even though both Paradox and JavaScript do).
- Checkout the project from github
- Execute
node-gyp configureand thennode-gyp buildfrom the project root directly will build and then execute unit-tests. - Under Windows you'll need to install libiconv library and development files from GNU-Win32 project and tweak the binding.gyp files.