GitHub - adamhl8/filterql: A tiny query language for filtering structured data
FilterQL
A tiny query language for filtering structured data 🚀
There are two main parts of this repository: the TypeScript library and the FilterQL language specification. Implementations in other languages are more than welcome!
TypeScript Library
Installation
Usage
A more realistic example
Queries
Operations
FilterQL Class
API Reference
Language Specification
Grammar
Comparison Operators
Logical Operators
Match-All
Operations
Syntax Rules
Implementation
TypeScript Library
Installation
bun add...
Read more at github.com