1
0
Fork 0

Изменил(а) на 'cmd/rqlited/main.go'

master
Grigorii Safronov 7 months ago
parent 94bb13ae88
commit 00913367a1

@ -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)

Loading…
Cancel
Save