You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -56,23 +56,23 @@ We are genuinely grateful to the following sponsors of DevDb:
56
56
57
57
## Features
58
58
59
-
-**Zero-config Automatic Database Integration:** Automatically load your database with no manual configuration required. Supports environments like DDEV, Adonis (Lucid ORM for MySQL and PostgreSQL), Laravel (default local SQLite, MySQL/MariaDB, PostgreSQL, and Microsoft SQL Server), containerized setups (Laravel Sail), etc.
59
+
-**Zero-config Automatic Database Integration:** Automatically load your database ― no manual configuration required. Supports environments like DDEV, Adonis, Laravel, containerized setups (Laravel Sail), etc.
60
60
61
-
-**Database affordances:** Because of a deep understanding of your database schema, DevDb is able to provide affordances that aid development and debugging, such as one-click generation of model factory files, etc.
61
+
-**Database affordances for Local Development:** Because of a deep understanding of your database schema, DevDb is able to provide affordances that aid development and debugging, such as one-click generation of Eloquent Model factories, etc.
62
62
63
-
-**Context Menu & CodeLens Integrations:** Access powerful directly from your editor, such as opening tables, generating Laravel factories from models, and invoking [SQL query explainers to optimize queries](https://mysqlexplain.com).
63
+
-**Powerful IDE Integrations:** DevDb nicely integrates your database with your IDE to provide very useful IDE-powered features like Context Menu & CodeLens Integrationsdirectly in your editor, providing features like opening tablesfrom code, invoking [SQL query explainer](https://mysqlexplain.com) when working on query optimization tasks, etc.
64
64
65
-
-**One-click Actions with Intuitive UX:** Dedicated view with one-click data browsing, inline editing, deletion, one-click reconnection, etc. Easily modify, set values to null, and preview complex JSON data, all within a responsive interface.
65
+
-**Rich Database Client with Intuitive UX:** Dedicated database client view with one-click data browsing, inline editing, deletion, one-click reconnection, etc. Easily modify, set values to null, preview complex JSON data, all within a responsive interface.
66
66
67
-
-**Data Export:** Export table data as well-formatted JSON or SQL INSERT statements with a single click ― copied to the clipboard or saved to file.
67
+
-**Data Export:** Export table data as well-formatted JSON or SQL INSERT statements copied to your clipboard or saved to file.
68
68
69
-
-**Comprehensive Multi-database Support:** Seamlessly interface with SQLite, MySQL, MariaDB, PostgreSQL, and Microsoft SQL Server.
69
+
-**Comprehensive Multi-database Support:** Seamlessly interface with SQLite, MySQL, MariaDB, PostgreSQL, and Microsoft SQL Server; with more to come!
70
70
71
-
-**Enhanced Developer Productivity:**Leverage a rich configuration system via the `.devdbrc` file to configure database connection in environments that does not yet support [Zero-config](#1-zero-config-automatic-database-loading), with quick snippets to easily configure your connections, JSON Schema validation IntelliSense.
71
+
-**Intuitive Configuration System:**In environments where automatic [zero-config](#1-zero-config-automatic-database-loading) is unavailable, DevDb provides quick snippets that produce well-formatted templates, as well as JSON Schema validation IntelliSense, which altogether makes creating configuration file for connecting to your database an awesome experience.
72
72
73
-
-**Integrated Framework & Tool Support:** Tailored support for popular frameworks and tools including Laravel, DDEV, and Adonis ensures a seamless development experience, with specialized providers for each environment.
73
+
-**Integrated Framework & Tool Support:** Tailored support for popular frameworks and tools including Laravel, DDEV, and Adonis ensures a seamless development experience. Need special feature(s) for your environment? [We're listening!](https://github.com/damms005/devdb-vscode/discussions/new?category=ideas).
74
74
75
-
-**Cross-platform Compatibility:** Engineered to perform consistently on Linux, macOS, and Windows, ensuring maximum flexibility regardless of your development platform.
75
+
-**Cross-platform Compatibility:** Engineered to perform consistently on Linux, macOS, and Windows, ensuring maximum flexibility as you can carry on your work across all these platforms.
0 commit comments