linq.ts
Query engine
A TypeScript implementation of a query language for working with arrays and objects
🌀LINQ for TypeScript
850 stars
27 watching
73 forks
Language: TypeScript
last commit: 4 months ago
Linked from 2 awesome lists
hacktoberfestlinqlinq-expressionslinq-extensionslinq-methodslinq-sampleslinq-to-objectslinq-typescripttypescript
Related projects:
Repository | Description | Stars |
---|---|---|
aaronpowell/linq-in-javascript | An implementation of query language for JavaScript arrays with lazy evaluation and iteration support. | 81 |
martinchavez/linq | A test-driven learning project on C# Language Integrated Query (LINQ) concepts and syntax | 61 |
scottksmith95/linqkit | A set of extensions for querying data in Entity Framework and LINQ to SQL | 1,636 |
thomaslevesque/linq.extras | A set of extension methods for the System.Linq namespace to provide additional functionality for common data processing tasks. | 173 |
ryujisamejima/linq | An Objective-C implementation of LINQ-like query methods for working with arrays and other collections | 7 |
6bee/remote.linq | Translates LINQ expressions to serializable formats and vice versa, allowing clients to execute queries against remote data sources | 334 |
mihaifm/linq | A JavaScript implementation of a LINQ library providing query and data processing functionality | 1,682 |
zzzprojects/system.linq.dynamic.core | A .NET library that enables dynamic LINQ queries on top of IQueryable objects. | 1,569 |
anaisbetts/linqtoawait | A set of libraries and tools to simplify using LINQ with async/await in C#. | 112 |
paulyoder/linqtoexcel | A .NET library that enables querying of Excel spreadsheets using LINQ syntax | 1,056 |
theodox/minq | A language and framework for querying and navigating 3D scenes in Maya, aiming to reduce boilerplate code and provide a more declarative way of searching for objects. | 74 |
florents-tselai/litejq | A jq extension for SQLite that simplifies working with JSON data in SQL queries | 92 |
k06a/boolinq | A C++ header-only LINQ template library for working with STL/Qt collections | 627 |
microsoft/typescript | A language extension that adds optional types to JavaScript for large-scale applications | 101,081 |
theweipeng/fable-linq | A query builder for lists in F#, allowing developers to write expressive and type-safe queries | 6 |