From 00913367a1d4bae932e3071f472929fccf5961f2 Mon Sep 17 00:00:00 2001 From: Grigorii Safronov Date: Sun, 25 Feb 2024 20:35:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'cmd/rqlited/main.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/rqlited/main.go | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 506e1f83..463a89ac 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -32,22 +32,29 @@ import ( ) const logo = ` - _ _ _ - | (_) | - _ __ __ _| |_| |_ ___ - | '__/ _ | | | __/ _ \ The lightweight, distributed - | | | (_| | | | || __/ relational database. - |_| \__, |_|_|\__\___| - | | www.rqlite.io - |_| + + + + + .d888 888 d8b 888 888888b. +d88P" 888 Y8P 888 888 "88b +888 888 888 888 .88P The lightweight, distributed in memory +888888 888 888 888 888 .d88888 8888888K. Multimodel database managment system +888 888 888 888 888 d88" 888 888 "Y88b https://fluidb.icu +888 888 888 888 888 888 888 888 888 +888 888 Y88b 888 888 Y88b 888 888 d88P +888 888 "Y88888 888 "Y88888 8888888P" + + + + + ` const name = `rqlited` -const desc = `rqlite is a lightweight, distributed relational database, which uses SQLite as its -storage engine. It provides an easy-to-use, fault-tolerant store for relational data. - -Visit https://www.rqlite.io to learn more.` +const desc = `fluidb is a lightweight, distributed relational database, which uses SQLite as its +storage engine. It provides an easy-to-use, fault-tolerant store for relational data.` func init() { log.SetFlags(log.LstdFlags) @@ -568,4 +575,4 @@ func networkCheckJoinAddrs(joinAddrs []string) error { return fmt.Errorf("join address %s appears to be serving HTTP when it should be Raft", addr) } return nil -} +} \ No newline at end of file