@nio/zenith-ast
This package is a subset officially supported JavaScript
rethinkdb driver for querying
a RethinkDB database from a JavaScript application.
Check out
rethinkdb.com/api/javascript
for documentation and examples of using the official driver.
Whats Missing?
This package does not include:
- Network Connectivity
run()
method to execute a expression to a serverr.binary()
helpers.
Instead, this is meant to be used to build/generate a expression/query AST
using the build()
method.
Building
This package is built directly from the official JavaScript driver and
uses Esprima parse and remove network connection
peices from the default query builder.
To recompile, execute:
$ npm run build
Naming
In order to comply with §6 of the Apache License, this package is named
reconsiderdb-ast
.
Versioning
The version of this package will be locked to the offical driver
version number that it was generated from.
Licensing
The licensing of this package will match the version of the