typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Implement Fetch query #796

Closed dmitrii-ubskii closed 11 months ago

dmitrii-ubskii commented 11 months ago

What is the goal of this PR?

We update to the newest version of TypeDB Driver which supports Fetch queries. As Fetch queries return a stream of JSONs, they are only available in text output view, not as a graph.

For more details, see https://github.com/vaticle/typeql/pull/300

What are the changes implemented in this PR?

Closes https://github.com/vaticle/typedb/issues/6921

typedb-bot commented 11 months 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