Skip to content

Commit dd469e3

Browse files
committed
Todo list
1 parent dbfafe1 commit dd469e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,12 @@ session.run(statement, parameters,
3737
);
3838
```
3939

40+
## TODO
41+
42+
The JavaScript driver is still missing at least the following:
43+
44+
- Integration with *node.js*
45+
- `GraphDatabase` and `Driver` classes from the Session API used by other drivers
46+
- Ability to specify the remote database URL (currently hard-coded to `bolt:localhost`)
47+
- A `Transaction` class
48+

0 commit comments

Comments
 (0)