Hooks for managing, caching and syncing asynchronous and remote data in React
ActiveRecord-style API for IndexedDB with TypeScript support
TypeScript definitions for aria-query
The core `url` packaged standalone for use with Browserify.
Programmatic access to the ARIA specification
Programmatic access to information about the AXObject Model
Parse CSS media query lists.
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports PostgreSQL and SQLite databases.
use querySelector syntax to search for nodes inside of (nested) shadow roots
Hooks for managing, caching and syncing asynchronous and remote data in React
GitHub GraphQL API client for browsers and Node
Parse CSS media queries (spec-compliant)
npm query parser and tools
JavaScript client for client-query-suggestions
A tool for parsing media query lists.
Validation rule for GraphQL query complexity analysis
Parse and stringify URL query strings
Low level multicast-dns implementation in pure javascript
Hooks for managing, caching and syncing asynchronous and remote data in Vue
The tRPC React library
The dom helper library for zag.js machines
Drop unused definitions from a GraphQL document
Cross platform children list of a PID
A library for simplifying encoding and decoding URL query parameters.
Recursively traverse trees using a single SQL query
The DSL provides a nice and clean way to write ActiveRecord queries better than model scopes.
PreloadQuery allows you preload queries and have them available as would a relations and `preload` of ActiveRecord.
Attach comments to your ActiveRecord queries.
Recursively traverse trees using a single SQL query
Detects N+1 queries in Rails applications and provides actionable suggestions to fix them
Obtain ActiveRecord results with a custom ordering with no need to store anything in the database.
Useful tools to help construct database queries with ActiveRecord and Arel.
A faster, lower-memory, fuller-featured querying API for ActiveRecord that returns results as unadorned, read-only objects.
Parallel query for ActiveRecord
Query Backtrace for ActiveRecord
MetaWhere offers the ability to call any Arel predicate methods (with a few convenient aliases) on your Model's attributes instead of the ones normally offered by ActiveRecord's hash parameters. It also adds convenient syntax for order clauses, smarter mapping of nested hash conditions, and a debug_sql method to see the real SQL your code is generating without running it against the database. If you like the new AR 3.0 query interface, you'll love it with MetaWhere.