## Description
Eslint rules for inline SQL
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.
A JavaScript game engine that uses p5.js for graphics and Box2D for physics.
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
Tree-sitter Grammar for SQL
This is a sequel to [stream-combiner](https://npmjs.org/package/stream-combiner) for streams3.
Traverse JSON Schema passing each schema object to callback
Parse JSON with more helpful errors
Another JSON Schema Validator
Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
Strip comments from JSON. Lets you use comments in your JSON files!
Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
return the github url from a package.json file
Read and parse a JSON file
TypeScript definitions for json-schema
A set of efficient utilities that extend the use of JSON (streaming, estimate size, NDJSON/JSONL, etc.)
JSON Schema validation and specifications
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results
Stringify your JSON at max speed
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
JSON Schema TypeScript definitions with complete inline documentation.
Parse and stringify JSON with comments. It will retain comments even after saved!
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
Sequel ORM Plugin for serializing columns as JSON using Yajl. Build atop Sequel::Plugins::Serialization
Add json fields to sequel, even if not supported by the engine
Extension adds support to Sequel's DSL to make it easier to call MySQL JSON function and operators (added first on MySQL 5.7.8). Plugin detects MySQL json columns on models and adds column accessor that deserializes JSON values automatically (using Sequel's builtin Serialization plugin).
Implements ActiveRecord::Store for Sequel models.Example:class User < Sequel::Model plugin :json_attributesstore :json_data, :accessors => [:x_user_id, :o_user_id]end
A Sequel plugin for eager loading associations in JSON-API specification.
sequel-packer is a flexible declarative DSL-based library for efficiently serializing Sequel models and their associations to JSON.
Rodauth is Ruby's most advanced authentication framework, designed to work in all rack applications. It's built using Roda and Sequel, but it can be used as middleware in front of web applications that use other web frameworks and database libraries. Rodauth aims to provide strong security for password storage by utilizing separate database accounts if possible on PostgreSQL, MySQL, and Microsoft SQL Server. Configuration is done via a DSL that makes it easy to override any part of the authentication process. Rodauth supports typical authentication features: such as login and logout, changing logins and passwords, and creating, verifying, unlocking, and resetting passwords for accounts. Rodauth also supports many advanced authentication features: * Secure password storage using security definer database functions * Multiple primary multifactor authentication methods (WebAuthn and TOTP), as well as backup multifactor authentication methods (SMS and recovery codes). * Passwordless authentication using email links and WebAuthn authenticators. * Both standard HTML form and JSON API support for all features.