Database

Connect to MySQL/MariaDB, PostgreSQL, Redis and MongoDB, or work directly with SQLite files from lil-terminal.

Short commands cover connection, structure and data inspection, focused changes, export and backups. Native SQL, Redis commands and MongoDB command documents remain available instead of forcing different engines into one artificial model.

6 commands
lil-terminal

Commands

  • dbDatabase-driver selection and common database operationsdb [driver] [options]
  • mongodbMongoDB collections, documents, native commands and logical backupsmongodb [options] · mongodb : <json-command>
  • mysqlmariadbMySQL and MariaDB connections, inspection, edits, exports and SQL backupsmysql [options] · mysql : <sql>
  • postgresqlPostgreSQL connections, inspection, edits, exports and native SQLpostgresql [options] · postgresql : <sql>
  • redisRedis keys, values, native commands and logical backupsredis [options] · redis : <command>
  • sqliteSQLite files, schema, rows, native SQL and SQL backupssqlite [options] · sqlite : <sql>

Install the whole group

Download setup.lil to install the current versions of every installable command in this group.

install db -v 1.3.3
install mongodb -v 1.1.3
install mysql -v 1.1.3
install postgresql -v 1.1.3
install redis -v 1.1.3
install sqlite -v 1.1.4

Commands built into the core are skipped automatically.

Download setup.lil ↓