diff --git a/README.md b/README.md index 3075af95..31f84964 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,47 @@ # dolt-workbench -A modern SQL workbench for your MySQL-compatible database. Use [Dolt](https://doltdb.com) +A modern SQL workbench for your MySQL-compatible database. Use [Dolt](https://doltdb.com) to unlock powerful version control features. -![Dolt Workbench](./images/workbench.png) +## Features + +### Modern, web-based table browser + +![Modern, web-based table browser](./images/table-browser.png) + +### Auto-complete sql queries + +![SQL queries](./images/sql-queries.png) + +### Edit data using point and click interface + +![Edit data](./images/edit-data.png) + +### ER diagrams + +![ER diagrams](./images/er-diagram.png) + +### File upload + +![File upload](./images/file-importer.png) + +## Version control features with [Dolt](https://doltdb.com) + +### Commit log visualizations + +![Commit graph](./images/commit-graph.png) + +### Branch navigation + +![Branch navigation](./images/branches.png) + +### Tags + +![Tags](./images/tags.png) + +### Pull requests + +![Pull requests](./images/pull-diff.png) ## Getting started diff --git a/images/branches.png b/images/branches.png new file mode 100644 index 00000000..61c81788 Binary files /dev/null and b/images/branches.png differ diff --git a/images/commit-graph.png b/images/commit-graph.png new file mode 100644 index 00000000..a334bbb6 Binary files /dev/null and b/images/commit-graph.png differ diff --git a/images/edit-data.png b/images/edit-data.png new file mode 100644 index 00000000..d9c1d57a Binary files /dev/null and b/images/edit-data.png differ diff --git a/images/er-diagram.png b/images/er-diagram.png new file mode 100644 index 00000000..6addff1b Binary files /dev/null and b/images/er-diagram.png differ diff --git a/images/file-importer.png b/images/file-importer.png new file mode 100644 index 00000000..0d793a0e Binary files /dev/null and b/images/file-importer.png differ diff --git a/images/pull-diff.png b/images/pull-diff.png new file mode 100644 index 00000000..912683ed Binary files /dev/null and b/images/pull-diff.png differ diff --git a/images/sql-queries.png b/images/sql-queries.png new file mode 100644 index 00000000..342c23ef Binary files /dev/null and b/images/sql-queries.png differ diff --git a/images/table-browser.png b/images/table-browser.png new file mode 100644 index 00000000..060f3919 Binary files /dev/null and b/images/table-browser.png differ diff --git a/images/tags.png b/images/tags.png new file mode 100644 index 00000000..7aec1a8e Binary files /dev/null and b/images/tags.png differ diff --git a/images/workbench.png b/images/workbench.png deleted file mode 100644 index 9bcebe64..00000000 Binary files a/images/workbench.png and /dev/null differ