@@ -20,18 +20,30 @@ hero:
2020 link : https://github.com/ChronicStone/array-ql
2121
2222features :
23+ - title : Type-Safe Querying
24+ details : Enjoy 100% type-safe query configurations with keys inferred from your dataset, enhancing developer experience and reducing errors.
25+ icon : " 🛡️"
2326 - title : Powerful Pagination
24- details : Easily paginate through large datasets with built-in support
27+ details : Effortlessly navigate through large datasets with built-in, performant pagination support.
2528 icon : " 📄"
26- - title : Full-Text Search
27- details : Perform comprehensive searches across multiple fields in your data
28- icon : " 🔎"
2929 - title : Advanced Filtering
30- details : Apply complex filters with various match modes for precise data retrieval
30+ details : Apply complex, multi-level filters with various match modes for precise and flexible data retrieval.
3131 icon : " 🧭"
32+ - title : Full-Text Search
33+ details : Perform lightning-fast, comprehensive searches across multiple fields in your data.
34+ icon : " 🔎"
35+ - title : Zero Dependencies
36+ details : Benefit from a lightweight, bloat-free library that won't burden your project with unnecessary code.
37+ icon : " 🪶"
3238 - title : Flexible Sorting
33- details : Order results based on any field , with support for ascending and descending orders
39+ details : Order results based on multiple fields , with support for custom sorting logic and directional control.
3440 icon : " 🔢"
41+ - title : Optimized Performance
42+ details : Process millions of rows in milliseconds, with speed that scales for even the largest datasets.
43+ icon : " ⚡"
44+ - title : Intuitive API
45+ details : Enjoy a clean, elegant API that makes complex data operations simple and readable.
46+ icon : " 🧩"
3547
3648footer :
3749 message : " Licensed under the MIT License. Created by [Your Name]. Extensible and customizable for developers."
0 commit comments