SQLite + FTS5 command-line interface utility for creating, managing, and querying SQLite databases directly from the terminal. Version 1.2.47 provides features such as creating SQLite files, creating tables, importing/exporting data, and executing various operations via CLI. It supports FTS5 full-text search. The tool is designed for lightweight database management without a GUI. Release cadence is irregular, with occasional updates.
npm install croswil_tliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a SQLite database, create a table, import CSV data, and execute a query using the tlite CLI.
Use npx tlite@1.2.47 to ensure consistent behavior.
Use a SQLite build with FTS5 enabled, or use system SQLite.
Install Node.js (includes npx) from https://nodejs.org
Use a build that includes FTS5 or skip FTS5 features.
No dependency data recorded yet.