majensen / libneo4j-client

neo4j-client -- Neo4j Command Line Interface (CLI)
https://neo4j-client.net
Apache License 2.0
1 stars 2 forks source link

Feat neo4j 5.0 #11

Closed majensen closed 1 year ago

majensen commented 1 year ago

@johannessen - I'm adding the v5.0 update here, also finally adding all the structure-based data types (datetime, point2d, duration, etc etc) - constructors, accessors and such. element_id is added to all the graph entities (in constructors and accessors), and a NEO4J_ELEMENTID type is introduced in the code that is essential treated as a subclass of NEO4J_STRING. The library can currently successfully handshake with v5.0 server (plus 4.x, 3.x, and 1.x), There are a few items to add to the client itself and some further unit tests. It's slow going because of limited discretionary time, but I think we will soon have a updated driver that works that Neo4j::Bolt can use.

majensen commented 1 year ago

TAg https://github.com/majensen/libneo4j-client/releases/tag/v5.0.0-maj-beta

johannessen commented 1 year ago

Hey, that’s awesome!

majensen commented 1 year ago

Trying to get N::B done before I lose the inspiration ;)