-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Problem to Solve
TypeDB Console 3.x does not support transaction and query options. It uses its own hardcoded values instead.
It is useful to let the users configure their operations through this client.
Current Workaround
Use other clients for more specific configuration.
Proposed Solution
For transaction options, the TypeDB 2.x's approach (when you configure options through CLI before opening a transaction) can be used. I'm not sure if it's really good for queries, though, so some additional design process is required.