You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**F**i**Q**ue**L**a is a powerful PHP library that brings SQL-inspired querying capabilities to structured data formats
16
16
like **XML**, **CSV**, **JSON**, **YAML** and **NEON**. Designed for simplicity and modularity, it allows you to filter,
@@ -296,7 +296,7 @@ to load all data into memory. It may cause memory issues for large datasets. But
296
296
-[ ]**Next file formats**: Add next file formats like [NDJson](https://github.com/ndjson/ndjson-spec) and [MessagePack](https://msgpack.org/)
297
297
-[ ]**Documentation**: Create detailed guides and examples for advanced use cases.
298
298
-[ ]**Add explain method**: Add method `explain()` for explaining query execution from actual query debugger and provide more complex information about query.
299
-
-[ ]**PHPStan 7**: Fix all PHPStan 7 errors.
299
+
-[ ]**PHPStan 8**: Fix all PHPStan 8 errors.
300
300
-[ ]**Tests**: Increase test coverage.
301
301
-[ ]**Optimize GROUP BY**: Optimize `GROUP BY` for more memory efficient data processing.
302
302
-[ ]**Hashmap cache**: Add hashmap cache (Redis, Memcache) for more memory efficient data processing.
0 commit comments