Jelly SQL
JSON →Jelly SQL is a JavaScript library that allows querying the DOM using SQL syntax, converting SQL queries into CSS selectors for document.querySelectorAll(). Current stable version is 1.1.0. The library has no third-party dependencies, supports both browser and Node.js, and includes TypeScript type definitions. It provides a familiar query interface for developers accustomed to SQL, differentiating itself from other DOM query libraries by offering a SQL-like abstraction instead of traditional CSS selector strings. The package is actively maintained with a GitHub Actions CI pipeline.