All Projects → dbcli → Litecli

dbcli / Litecli

Licence: bsd-3-clause
CLI for SQLite Databases with auto-completion and syntax highlighting

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Litecli

Electrocrud
Database CRUD Application Built on Electron | MySQL, Postgres, SQLite
Stars: ✭ 1,267 (-5.02%)
Mutual labels:  sqlite
Entityworker.core
EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.
Stars: ✭ 91 (-93.18%)
Mutual labels:  sqlite
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-93.18%)
Mutual labels:  sqlite
Room Persistence Sample
Implementation of Room Persistence Library
Stars: ✭ 88 (-93.4%)
Mutual labels:  sqlite
Docpht
With DocPHT you can take notes and quickly document anything and without the use of any database.
Stars: ✭ 90 (-93.25%)
Mutual labels:  syntax-highlighting
Selectstarsql
An interactive SQL book
Stars: ✭ 92 (-93.1%)
Mutual labels:  sqlite
Xeus Sql
xeus-sql is a Jupyter kernel for general SQL implementations.
Stars: ✭ 85 (-93.63%)
Mutual labels:  sqlite
Plugin.wordpress
📦 Official WordPress Plugin of EnlighterJS
Stars: ✭ 93 (-93.03%)
Mutual labels:  syntax-highlighting
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite & MongoDB (Preview)
Stars: ✭ 18,168 (+1261.92%)
Mutual labels:  sqlite
Atsynedit
Multi-line editor control, with syntax highlighting, for Lazarus
Stars: ✭ 92 (-93.1%)
Mutual labels:  syntax-highlighting
Alchemy
Reactive ORM for Android
Stars: ✭ 88 (-93.4%)
Mutual labels:  sqlite
Genomicsqlite
Genomics Extension for SQLite
Stars: ✭ 90 (-93.25%)
Mutual labels:  sqlite
Fizz
A Common DSL for Migrating Databases
Stars: ✭ 92 (-93.1%)
Mutual labels:  sqlite
Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (-93.4%)
Mutual labels:  syntax-highlighting
Shopping App With Cart Flutter Demo
Shopping cart : uses sqlite for storage
Stars: ✭ 93 (-93.03%)
Mutual labels:  sqlite
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (-93.63%)
Mutual labels:  syntax-highlighting
Sqlite Example
This example has moved
Stars: ✭ 91 (-93.18%)
Mutual labels:  sqlite
Pythonimproved
The best Python language definition for Sublime Text - ever. Includes full support for Unicode, as well as both Python 2 and Python 3 syntax. Check out the Neon Color Scheme for highlighting.
Stars: ✭ 95 (-92.88%)
Mutual labels:  syntax-highlighting
Qtl
A friendly and lightweight C++ database library for MySQL, PostgreSQL, SQLite and ODBC.
Stars: ✭ 92 (-93.1%)
Mutual labels:  sqlite
Data Science Blogs
A Handful of D(u)S(t)
Stars: ✭ 92 (-93.1%)
Mutual labels:  sqlite

litecli

Build Status

Docs

A command-line client for SQLite databases that has auto-completion and syntax highlighting.

Completion CompletionGif

Installation

If you already know how to install python packages, then you can install it via pip:

You might need sudo on linux.

$ pip install -U litecli

The package is also available on Arch Linux through AUR in two versions: litecli is based the latest release (git tag) and litecli-git is based on the master branch of the git repo. You can install them manually or with an AUR helper such as yay:

$ yay -S litecli

or

$ yay -S litecli-git

For MacOS users, you can also use Homebrew to install it:

$ brew install litecli

Usage

$ litecli --help

Usage: litecli [OPTIONS] [DATABASE]

Examples:
  - litecli sqlite_db_name

A config file is automatically created at ~/.config/litecli/config at first launch. See the file itself for a description of all available options.

Docs

Visit: litecli.com/features

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].