Open n8layman opened 2 years ago
This can be done using a query such as:
'select dolt_checkout("main", "HEAD")'
instead of what we currently use:
'use `dbName/hash`'
Should we change the name of the function? USE isn't that intuitive and not really paralleled in the CLI API.
This can be done using a query such as:
instead of what we currently use: