## Description
MCP server that lets Claude run MySQL/MariaDB queries with policy-gated action sets (allow/confirm/deny per category) and macOS Keychain credential storage. Optional one-time import of Sequel Ace favorites.
Eslint rules for inline SQL
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
simplified stream construction
Tree-sitter Grammar for SQL
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
TypeScript definitions for through
simplified stream construction
Wrap a Readable stream in a Transform stream.
A babel plugin that adds istanbul instrumentation to ES6 code
No description provided.
NodeJS Core Module Extended
A JavaScript game engine that uses p5.js for graphics and Box2D for physics.
Welcome to the README of Gurx, an typescript-native reactive state management library for complex web applications and components that do not have the symmetry of the store object and the component tree.
Dev tools and CLI for React Router
Babel helper for ensuring that access to a given value is performed through simple accesses
mjml-validator
TypeScript definitions for inquirer
Pre-release version of the Expo development launcher package for testing.
Expo/React Native module with the developer menu.
Node.js compression middleware
Simple in-memory vinyl file store
Node.js runfiles helpers for Bazel
Adds support for :through associations to sequel
Easily filter records by the presence/absence of associated records.
Read through caching library inspired by Cache Money, support Sequel 4 Read-Through: Queries by ID or any specified unique key, like `User[params[:id]]` or `User[username: 'bachue@gmail.com']`, will first look in memcache store and then look in the database for the results of that query. If there is a cache miss, it will populate the cache. As objects are created, updated, and deleted, all of the caches are automatically expired.
QAT-DB provides generic methods for connecting to and handling databases: - Quick connection - One line queries - Advanced querying and scripting through Sequel
A Ruby gem that provides a complete database adapter for the Sequel toolkit to work with DuckDB, enabling Ruby applications to connect to and interact with DuckDB databases through Sequel's comprehensive ORM and database abstraction interface.
llm.rb is Ruby's most capable AI runtime. It runs on Ruby's standard library by default. loads optional pieces only when needed, and offers a single runtime for providers, agents, tools, skills, MCP, A2A (Agent2Agent), RAG (vector stores & embeddings), streaming, files, and persisted state. As a bonus, llm.rb is also available for mruby. It supports OpenAI, OpenAI-compatible endpoints, Anthropic, Google Gemini, DeepSeek, xAI, Z.ai, AWS Bedrock, Ollama, and llama.cpp. It also includes built-in ActiveRecord and Sequel support, plus concurrent tool execution through threads, tasks (via async gem), fibers, ractors, and fork (via xchan.rb gem).