Quick Start
Jelly SQL is a SQL-like language for querying the DOM. It allows you to generate CSS selectors using SQL syntax. See the quick start example for more information.
Getting Started
Jelly SQL requires no third-party dependencies. You can use it in the browser or in Node.js. TypeScript is also supported.
Using npm
or yarn
Install
- NPM
- Yarn
npm install jelly-sql
yarn add jelly-sql