Skip to content

Commit

Permalink
docs(root): remove the sqlite support reference
Browse files Browse the repository at this point in the history
43
  • Loading branch information
danvergara committed Jul 8, 2021
1 parent c9b7146 commit 461392c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func NewRootCmd() *cobra.Command {
return &cobra.Command{
Use: "dblab",
Short: "Interactive database client",
Long: `dblab is a terminal UI based interactive database client for Postgres, MySQL and SQLite.`,
Long: `dblab is a terminal UI based interactive database client for Postgres and MySQL.`,
RunE: func(cmd *cobra.Command, args []string) error {
var opts command.Options
var err error
Expand Down

0 comments on commit 461392c

Please sign in to comment.