Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
----------


This is some sample application code illustrating Database Jones,
including a pre-built jones-ndb for this version of MySQL Cluster.

This jones-ndb is built using node.js, version 0.12.15.
It will not run with other versions of node.

For more information about Database Jones, see https://github.com/mysql/mysql-js

To test:

npm install database-jones@1.2.3
npm install jones-mysql
npm install jones-test

node run-jones-test-suite.js

You should see output ending with something like:

Adapter:  ndb
Elapsed:  10.469 sec.
Started:  499
Passed:   497
Failed:   0
Skipped:  2
