Skip to content

Commit 2b57b7b

Browse files
committed
Update readme
1 parent 25b9b10 commit 2b57b7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ We are genuinely grateful to the following sponsors of DevDb:
5656

5757
## Features
5858

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.
6060

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.
6262

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 Integrations directly in your editor, providing features like opening tables from code, invoking [SQL query explainer](https://mysqlexplain.com) when working on query optimization tasks, etc.
6464

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.
6666

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.
6868

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!
7070

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.
7272

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).
7474

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.
7676

7777
## Screenshots
7878

0 commit comments

Comments
 (0)