vaticle / typedb-studio

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

Run TypeQL Match queries #415

Closed alexjpwalker closed 2 years ago

alexjpwalker commented 3 years ago
  1. Open a data session
  2. Open a read transaction in that session
  3. Execute the query in that transaction
  4. Render the results in the Graph tab of the Results pane
  5. Close the session

NOTE: We won't validate the query just yet - but this will be needed in order to support other query types, such as Insert.

NOTE: In the future we might consider keeping the Session alive for some time - say up to a minute, and if a Session is open in the current tab when executing a query, reuse it, else reopen it.

alexjpwalker commented 2 years ago

All features of running TypeQL Match queries are now complete.