Add: sqlite-utils

pull/36/head
Tullio Facchinetti 6 months ago
parent 78a2fac6d9
commit 386066ba7c

@ -8,7 +8,7 @@ Some links are available to [related resources](#resources).
# Summary
* Apps/tools covered: **1289**
* Apps/tools covered: **1290**
* Number of categories: **75**.
# Index
@ -16,7 +16,7 @@ Some links are available to [related resources](#resources).
* [AI / ChatGPT](#ai) (13), [Anki, decks and flashcards](#flashcard) (6)
* [Backup](#backup) (16)
* [Calculators](#calc) (10), [Chat and instant messaging](#chat) (27), [Clean up of files and directories](#file-dir-cleanup) (12), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (19), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (11)
* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (20), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (21), [Data transfer](#transfer) (40), [DevOps](#devops) (12), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (18), [Disk usage analyzers](#disk-analyzer) (12)
* [Editors](#editors) (25), [Email](#email) (14)
* [File and file system handling](#file-handling) (20), [File deletion and trash bin (alternatives to rm)](#rm) (5), [File explorer and tree visualization](#file-explorer) (10), [File finding (alternatives to find)](#find) (7), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (12), [File systems](#file-system) (4), [File watching for changes](#file-watch) (8), [Financial tools](#financial) (12), [Font management](#font) (3), [Funny tools](#funny) (30), [Fuzzy finders](#fuzzy-finder) (11)
* [Games](#games) (48), [Git and accessories](#git) (47), [Graphics](#graphics) (36)
@ -310,6 +310,7 @@ Tools to manage tabular data files, such as CSV, spreadsheets, and database tabl
* [q](http://harelba.github.io/q/) - Executes SQL-like queries on CSVs/TSVs tabular data files; each tabular file is treated as a database table; support to all SQL constructs (`WHERE`, `GROUP BY`, `JOIN`).
* [Soul](https://github.com/thevahidal/soul) - A SQLite REST and realtime server.
* [sq](https://github.com/neilotoole/sq) - Command line tool that provides jq-style access to structured data sources such as SQL databases, or document formats like CSV or Excel.
* [sqlite-utils](https://github.com/simonw/sqlite-utils) - Python CLI utility and library for manipulating SQLite databases.
* [tabview](https://github.com/TabViewer/tabview) - Python curses command line CSV and tabular data viewer.
* [termdbms](https://github.com/mathaou/termdbms) - A TUI for viewing and editing databases, written in pure Go.
* [TSV Utilities](https://github.com/eBay/tsv-utils) - Command line tools for large, tabular data files.

@ -1288,3 +1288,4 @@ utility,config-file-validator,,https://github.com/Boeing/config-file-validator,C
networking,recon,,https://github.com/jreisinger/recon,Gather public info about network hosts.
git,git-heatgrid,,https://github.com/denshakhov/git-heatgrid,Visualize git commits as a calendar heatmap.
data-management-tabular,gobang,,https://github.com/TaKO8Ki/gobang,A cross-platform TUI database management tool written in Rust.
data-management-tabular,sqlite-utils,,https://github.com/simonw/sqlite-utils,Python CLI utility and library for manipulating SQLite databases.

1 category name homepage git description
1288 networking recon https://github.com/jreisinger/recon Gather public info about network hosts.
1289 git git-heatgrid https://github.com/denshakhov/git-heatgrid Visualize git commits as a calendar heatmap.
1290 data-management-tabular gobang https://github.com/TaKO8Ki/gobang A cross-platform TUI database management tool written in Rust.
1291 data-management-tabular sqlite-utils https://github.com/simonw/sqlite-utils Python CLI utility and library for manipulating SQLite databases.
Loading…
Cancel
Save