2 مستودعات
Manages query parameters as a dictionary with add, remove, and update operations.
Distinct from Query String Construction: Distinct from Query String Construction: focuses on managing parameters as a mutable key-value store, not just building a query string from scratch.
Explore 2 awesome GitHub repositories matching web development · Query Parameter Stores. Refine with filters or upvote what's useful.
URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through
Manages query parameters as a dictionary with add, remove, and update operations.
TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features
Implements an input panel to assign values to SQL placeholders before query execution.