From 4bcfe1c0b848eb8b867e9c76ed26954543cf97c3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 8 Oct 2024 10:53:03 +0200 Subject: [PATCH] fix: database descriptions --- app/Livewire/Project/New/Select.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/Livewire/Project/New/Select.php b/app/Livewire/Project/New/Select.php index e2ae1161e..7f8247597 100644 --- a/app/Livewire/Project/New/Select.php +++ b/app/Livewire/Project/New/Select.php @@ -147,7 +147,7 @@ class Select extends Component [ 'id' => 'mysql', 'name' => 'MySQL', - 'description' => 'MySQL is an open-source relational database known for its simplicity and performance.', + 'description' => 'MySQL is an open-source relational database management system. ', 'logo' => ' @@ -158,37 +158,37 @@ class Select extends Component [ 'id' => 'mariadb', 'name' => 'MariaDB', - 'description' => 'MariaDB is an open-source relational database known for its simplicity and performance.', + 'description' => 'MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system, intended to remain free and open-source software under the GNU General Public License.', 'logo' => '', ], [ 'id' => 'redis', 'name' => 'Redis', - 'description' => 'Redis is an open-source in-memory data structure store known for its simplicity and performance.', + 'description' => 'Redis is a source-available, in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.', 'logo' => '', ], [ 'id' => 'keydb', 'name' => 'KeyDB', - 'description' => 'KeyDB is an open-source in-memory data structure store known for its simplicity and performance.', + 'description' => 'KeyDB is a database that offers high performance, low latency, and scalability for various data structures and workloads.', 'logo' => '
', ], [ 'id' => 'dragonfly', 'name' => 'Dragonfly', - 'description' => 'Dragonfly is an open-source in-memory data structure store known for its simplicity and performance.', + 'description' => 'Dragonfly DB is a drop-in Redis replacement that delivers 25x more throughput and 12x faster snapshotting than Redis.', 'logo' => '
', ], [ 'id' => 'mongodb', 'name' => 'MongoDB', - 'description' => 'MongoDB is an open-source document-oriented database known for its simplicity and performance.', + 'description' => 'MongoDB is a source-available, cross-platform, document-oriented database program.', 'logo' => '', ], [ 'id' => 'clickhouse', 'name' => 'ClickHouse', - 'description' => 'ClickHouse is an open-source column-oriented database known for its simplicity and performance.', + 'description' => 'ClickHouse is a column-oriented database that supports real-time analytics, business intelligence, observability, ML and GenAI, and more.', 'logo' => '
', ],