fileql
brew install fileql
v0.10.0
MIT
Run SQL-like query on local files instead of database files using the GitQL SDK
2
30-day installs · #13298
7
90-day · #13389
126
365-day · #8589
105
★ GitHub stars · updated 11mo ago
Build dependencies
GitHub topics
database
engine
files
gitql
parser
sql
tokenizer
Links
- https://github.com/AmrDeveloper/FileQL
- GitHub: AmrDeveloper/FileQL
- Brew formula source: Formula/f/fileql.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Run SQL-like query on local files instead of database files using the GitQL SDK",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:37:39+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "fileql",
"github_default_branch": "master",
"github_last_commit_at": "2025-09-16T17:43:44Z",
"github_readme_excerpt": "\u003ch1 align=\"center\"\u003eFileQL - File Query Language\u003c/h1\u003e\u003c/br\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"media/fql_logo.svg\" width=\"20%\" height=\"20%\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cimg alt=\"Crates.io\" src=\"https://img.shields.io/crates/v/fileql?style=flat-square\"\u003e\n \u003cimg alt=\"Deps\" src=\"https://deps.rs/repo/github/amrdeveloper/fileql/status.svg\"\u003e\n \u003cimg alt=\"Release\" src=\"https://github.com/AmrDeveloper/fileql/actions/workflows/release.yaml/badge.svg\"\u003e\n \u003cimg alt=\"GitHub release\" src=\"https://img.shields.io/github/v/release/amrdeveloper/fileql\"\u003e\n \u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/amrdeveloper/fileql\"\u003e\n \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/amrdeveloper/fileql\"\u003e\n \u003cimg alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/amrdeveloper/fileql/total\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\nFileQL is a tool that allow you to run SQL-like query on local files instead of database files using the GitQL SDK.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003cimg src=\"media/fql_demo.gif\" alt=\"animated\" width=\"100%\"/\u003e\n\u003c/p\u003e\n\n---\n\n### Samples\n\nNote that all Keywords in FileQL are case-insensitive, similar to SQL.\n\n```sql\nSELECT 1\nSELECT 1 + 2\nSELECT LEN(\"File Query Language\")\nSELECT \"One\" IN (\"One\", \"Two\", \"Three\")\nSELECT \"File Query Language\" LIKE \"%Query%\"\n\nSELECT * FROM files\nSELECT COUNT(path) from files\nSELECT DISTINCT parent AS folders FROM files\nSELECT CHILDREN_COUNT(parent) FROM files\n```\n\n---\n\n### Files table structure\n\n| Name | Type | Description |\n| --------- | ------- | ------------------------ |\n| path | Text | File path |\n| parent | Text | File parent path |\n| extension | Text | Extension of the file |\n| is_dir | Boolean | True if it\u0027s a directory |\n| is_file | Boolean | True if it\u0027s a file |\n| size | Integer | Size of the file |\n\n---\n\n### Files QL Functions\n\n| Name | Parameters | Return | Description |",
"github_repo": "AmrDeveloper/FileQL",
"github_stars": 105,
"github_topics": [
"database",
"engine",
"files",
"gitql",
"parser",
"sql",
"tokenizer"
],
"homepage": "https://github.com/AmrDeveloper/FileQL",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 2,
"installs_365d": 126,
"installs_90d": 7,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "fileql",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 13298,
"rank_365d": 8589,
"rank_90d": 13389,
"raw_hash": "54bde3fe200a36eb",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/f/fileql.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "0.10.0",
"versioned_formulae": [],
"why_use_this": null
}