typedb / typedb-driver-nodejs

TypeDB Driver for Node.js
https://typedb.com
Apache License 2.0
32 stars 21 forks source link

Update NodeJS driver to use unified network API & simplified Concept API #229

Closed dmitrii-ubskii closed 1 year ago

dmitrii-ubskii commented 1 year ago

What is the goal of this PR?

We upgrade Bazel Javascript rules and TypeDB protocol dependency to be compatible with https://github.com/vaticle/typedb-protocol/pull/183. In particular, we merge core and cluster connection facilities, and simplify Concept API by removing Remote interfaces and replacing some function calls (such as _Explicit()) with parameters.

What are the changes implemented in this PR?

typedb-bot commented 1 year ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture

flyingsilverfin commented 1 year ago

Ah I see now that you worked to preserve core/cluster definitions separately. We can do that for now but then we have more work to merge them again?