Commit 1015759
committed
Experimental HTTP support via transactional Cypher endpoint
Commit adds a driver implementation that use REST API. It now only
supports `Session#run()`, not explicit transactions or routing. Driver
will only expose native numbers because it receives JSON which can't
represent large integers. Behaviour is similar to Bolt driver
configured with `{disableLosslessIntegers: true}`.
This is an experimental feature and should under no circumstances
be used in production environment!1 parent 020be65 commit 1015759
File tree
8 files changed
+927
-4
lines changed- src/v1
- internal/http
- test/internal
8 files changed
+927
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| 190 | + | |
| 191 | + | |
189 | 192 | | |
190 | 193 | | |
191 | 194 | | |
| |||
0 commit comments