Skip to content

Commit 7041ecb

Browse files
Update README.md
1 parent 6d176ae commit 7041ecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ _`run` executes query in auto-commit transaction if explicit transaction was not
101101

102102
List or dictionary can be also provided as instance of class implementing `Bolt\PackStream\IPackListGenerator` or `Bolt\PackStream\IPackDictionaryGenerator`. This approach helps with memory management while working with big amount of data. To learn more you can check [performance test](https://github.com/neo4j-php/Bolt/blob/master/tests/PerformanceTest.php) or [packer test](https://github.com/neo4j-php/Bolt/blob/master/tests/PackStream/v1/PackerTest.php).
103103

104+
Structures Node, Relationship, UnboundRelationship and Path cannot be used as parameter. They are available only as received data from database.
105+
104106
### Neo4j Aura
105107

106108
Connecting to Aura requires encryption which is provided with SSL. To connect to Aura you have to use StreamSocket connection class and enable SSL.

0 commit comments

Comments
 (0)