typedb-osi / typedb-loader

TypeDB Loader - Data Migration Tool for TypeDB
https://github.com/typedb-osi/typedb-loader
Apache License 2.0
58 stars 17 forks source link

Upgrade TypeQL and Driver to 2.18.x #71

Closed flyingsilverfin closed 11 months ago

flyingsilverfin commented 11 months ago

What is the goal of this PR?

We upgrade TypeDB Loader to support TypeDB 2.18.x onwards, using the 2.18.0 Java driver. This change required moderate refactors to use the new TypeQL API.

What are the changes implemented in this PR?