logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dqlite - distributed sqlite shell

Author

       Clément Hermann <nodens@debian.org>

dqlite 1.8.0                                      October 2020                                         DQLITE(1)

Description

dqliteisaStandardSQLite-likedqliteshell.ItsupportsnormalSQLqueries plus the special .cluster
       and .leader commands to inspect the cluster members and the current leader.
       It can be used along with dqlite-demo(1).

   Usage:
              dqlite -s <servers> <database> [command] [flags]

   Flags:-c, --cert string
              public TLS cert

       -f, --format string
              output format (tabular, json) (default "tabular")

       -h, --help
              help

       -k, --key string
              private TLS key

       -s, --servers strings
              comma-separated list of db servers, or file://<store>

Name

       dqlite - distributed sqlite shell

See Also

dqlite-demo(1)

See Also