dolt-workbench icon indicating copy to clipboard operation
dolt-workbench copied to clipboard

A modern, browser-based, open source SQL workbench for your MySQL and PostgreSQL compatible database with version control features when connected to Dolt.

Results 5 dolt-workbench issues
Sort by recently updated
recently updated
newest added

Currently HostedDolt allows us to use the authors email on commits as follows: However there is no way to specify the committer in dolt workbench currently: ![Screen Shot 2024-04-17 at...

Use the master branch to deploy through code, and after configuring the Postgres connection information, the following error is reported: Cannot read properties of undefined (reading 'current_schema')

As this repo's Readme points out, I too have found that the modern landscape of SQL workbenches is less than modern and was excited to see Dolt's contribution to this...

enhancement

MySQL file upload uses a [`LOAD DATA`](https://dev.mysql.com/doc/refman/8.0/en/load-data.html) statement to import file data into a table. It lets you specify whether you'd like to `ignore` or `replace` on duplicate key. Postgres...

enhancement
postgres

MySQL has `show create table` statements, which we show in the `Schemas` tab, and postgres doesn't have an equivalent. Other workbenches generate this statement from the `information_schema.columns` table. We should...

enhancement
postgres