From 72421d692befed5d32f77e1427c06d4bc8983074 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 24 Oct 2023 14:36:43 +0200 Subject: [PATCH] add slogans --- resources/views/livewire/project/new/select.blade.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index a18d00fc5..145e7a152 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -90,7 +90,7 @@ New PostgreSQL
- The most loved relational database in the world. + PostgreSQL is an open-source, object-relational database management system known for its robustness, advanced features, and strong standards compliance.
@@ -100,7 +100,7 @@ New Redis
- The open source, in-memory data store for cache, streaming engine, and message broker. + Redis is an open-source, in-memory data structure store used as a database, cache, and message broker, known for its high performance, flexibility, and rich data structures.
@@ -110,7 +110,7 @@ New MongoDB
- MongoDB is a source-available cross-platform document-oriented database program. + MongoDB is a source-available, NoSQL database program that uses JSON-like documents with optional schemas, known for its flexibility, scalability, and wide range of application use cases.
@@ -120,7 +120,7 @@ New MySQL
- MySQL + MySQL is an open-source relational database management system known for its speed, reliability, and flexibility in managing and accessing data.
@@ -130,7 +130,7 @@ New Mariadb
- MySQL + MariaDB is an open-source relational database management system that serves as a drop-in replacement for MySQL, offering more robust, scalable, and reliable SQL server capabilities.