Skip to content

Commit

Permalink
Merge branch 'bolt_57_58' of github.com:stefanak-michal/Bolt into bol…
Browse files Browse the repository at this point in the history
…t_57_58
  • Loading branch information
stefanak-michal committed Jan 8, 2025
2 parents 174ab30 + 10fcca0 commit 3a24e67
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ all available versions and keep up with protocol messages architecture and speci

## :label: Version support

We are trying to keep up and this library supports **Bolt <= 5.6**.
We are trying to keep up and this library supports **Bolt <= 5.8**.

https://www.neo4j.com/docs/bolt/current/bolt-compatibility/

Expand Down Expand Up @@ -126,17 +126,17 @@ _`run` executes query in auto-commit transaction if explicit transaction was not

### Cypher query parameters

| Neo4j | PHP |
|------------|-----------------------------------------------------------------------------------------------------------------------------------|
| Null | null |
| Boolean | boolean |
| Integer | integer |
| Float | float |
| Bytes | [Bytes class](https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php) |
| String | string |
| List | array with consecutive numeric keys from 0 |
| Dictionary | object or array which is not considered as list |
| Structure | Classes implementing `IStructure` by protocol version ([docs](https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/)) |
| Neo4j | PHP |
|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Null | null |
| Boolean | boolean |
| Integer | integer |
| Float | float |
| Bytes | [Bytes class]([https://github.com/neo4j-php/Bolt/blob/master/src/structures/Bytes.php](https://github.com/neo4j-php/Bolt/blob/master/src/packstream/Bytes.php)) |
| String | string |
| List | array with consecutive numeric keys from 0 |
| Dictionary | object or array which is not considered as list |
| Structure | Classes implementing `IStructure` by protocol version ([docs](https://www.neo4j.com/docs/bolt/current/bolt/structure-semantics/)) |

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
Expand Down

0 comments on commit 3a24e67

Please sign in to comment.