• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

jones-ndb/H03-May-2022-12,9297,945

perftest/H03-May-2022-138112

samples/tweet/H28-Aug-2020-296167

ReadMeH A D28-Aug-20201.7 KiB4935

import-git-commitH A D28-Aug-20202.9 KiB10089

ReadMe

1Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
2
3This program is free software; you can redistribute it and/or modify
4it under the terms of the GNU General Public License, version 2.0,
5as published by the Free Software Foundation.
6
7This program is also distributed with certain software (including
8but not limited to OpenSSL) that is licensed under separate terms,
9as designated in a particular file or component or in included license
10documentation.  The authors of MySQL hereby grant you an additional
11permission to link the program and your derivative works with the
12separately licensed software that they have included with MySQL.
13
14This program is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17GNU General Public License, version 2.0, for more details.
18
19You should have received a copy of the GNU General Public License
20along with this program; if not, write to the Free Software
21Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
22----------
23
24
25This is some sample application code illustrating Database Jones,
26including a pre-built jones-ndb for this version of MySQL Cluster.
27
28This jones-ndb is built using node.js, version 0.12.15.
29It will not run with other versions of node.
30
31For more information about Database Jones, see https://github.com/mysql/mysql-js
32
33To test:
34
35npm install database-jones@1.2.3
36npm install jones-mysql
37npm install jones-test
38
39node run-jones-test-suite.js
40
41You should see output ending with something like:
42
43Adapter:  ndb
44Elapsed:  10.469 sec.
45Started:  499
46Passed:   497
47Failed:   0
48Skipped:  2
49