| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
High-performance, enterprise-grade engines and tools for the .NET & JS ecosystems.
Built to be safe by default, and designed to get out of your way.
PepperX exists around one idea: the unglamorous, repetitive parts of software β dynamic filtering, pagination, security validation, database concurrency, standardized contracts β should be solved once, well, and never rewritten per project. Every project under this org is built with the same principles:
| Project | Stack | What it is | Status |
|---|---|---|---|
| QueryForge | C# / .NET 10 | A provider-agnostic dynamic query engine. Define filtering, sorting, paging and hierarchical grouping once β via fluent C# or a JSON contract β and execute it through Dapper, EF Core, or an in-memory collection. Nothing is deployed to your database. | β Active |
| SqliteGate | C# / .NET 10 | Concurrency-safe SQLite. Stops SQLITE_BUSY / "database is locked" by putting one write queue in front of each database file β writes queue, reads never block β behaving identically whether you're on raw ADO.NET, Dapper, or EF Core. | π New |
| QueryForge Grid Adapters | TypeScript / JS | Frontend adapters translating enterprise data-grid loadOptions (DevExtreme, AG Grid, Kendo UI) directly into QueryForge's JSON query contract β no manual mapping required. | π§ In Development |
The two .NET engines are independent β use either on its own, or both together.
Questions, ideas, or found a bug? Open an issue on the relevant repo above β we read all of them.
Treat SQLite like a real database server in .NET: writes queue, reads never block. One concurrency engine, three packages β ADO.NET, Dapper, EF Core.
Framework-agnostic frontend data grid β the official counterpart to QueryForge. Typed query contract, fluent builder, and React bindings, with a zero-config QueryForge adapter.
Define your query once. Filter, sort, page, group β get back a standard result, whether you're on Dapper, EF Core, or in-memory data.
This organization has no public members. You must be a member to see who’s a part of this organization.
Loadingβ¦
Loadingβ¦
| Back | FazBrowse Home | New Git URL |