1 مستودع
Treating external data sources as temporary, volatile relational tables in memory.
Distinct from SQLite Integration: Distinct from general SQLite integration by emphasizing the volatile, virtualized nature of the loaded text files.
Explore 1 awesome GitHub repository matching data & databases · In-Memory Virtualization. Refine with filters or upvote what's useful.
q is a command-line utility for the processing, filtering, and aggregation of tabular text and database files using standard SQL syntax. It functions as a query engine that treats CSV and TSV files, as well as standard input, as relational database tables. The tool distinguishes itself by providing a persistent cache layer that stores processed tabular data in a binary format to accelerate repeated queries on large datasets. It also maps individual filenames or stream identifiers to relational table names, enabling SQL joins across disparate text files. The project covers a broad range of da
Treats text files and standard input as temporary relational tables by loading them into a volatile SQLite instance.