SQL-Query-Generator to generate select Query with joins and alias name for the fields to be selected, and the total record count using a input JSON.
Simple SQL escape and format for MySQL
Summarize any SQL query
ES2015 tagged template string for preparing SQL statements, works with `pg`, `mysql`, `sqlite` and `oracledb`
Formats SQL queries. Part of SQLTools
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
Format whitespace in a SQL query to make it more readable
A SQL parser and executer for Cosmos DB
Microsoft SQL Server client for Node.js.
Microsoft Driver for Node.js SQL Server compatible with all versions of Node.
Fastest full featured PostgreSQL client for Node.js
SQL language support for the CodeMirror code editor
A simple and lightweight library for highlighting SQL queries written in pure JavaScript
Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.
a CSS selector compiler/engine
An SQL-friendly ORM for Node.js
Minifies PostgreSQL scripts.
Generate SQL (stage 5 query) from a Waterline statement (stage 4 query).
Transparent, Schemaless SQL Generation
SQL runtime implementation for Prisma Next
A JavaScript library for connecting securely to your Cloud SQL instances
Node-RED node for PostgreSQL, supporting parameters, split, back-pressure
Transparent, Schemaless SQL Generation for the PostgreSQL
Prettier plugin for SQL
Improving introspection and testability of raw SQL queries in Rails This gem improves introspection and testability of raw SQL queries in Rails by: - ...providing a separate query-folder and easy instantiation A query like `AppQuery[:some_query]` is read from app/queries/some_query.sql. - ...providing options for rewriting a query: Query a CTE by replacing the select: query.select_all(select: "select * from some_cte").entries ...similarly, query the end result (i.e. CTE `_`): query.select_all(select: "select count(*) from _").entries - ...providing (custom) casting: AppQuery("select array[1,2]").select_value(cast: true) custom deserializers: AppQuery("select '1' id").select_all(cast: {"id" => ActiveRecord::Type::Integer.new}).entries - ...providing spec-helpers and generators
Magic Query integrates with OpenAI, Claude, and Gemini to generate SQL SELECT queries from natural language input, using database schema and configuration rules.
Floating point ActiveRecord Models ordering for rich client apps heavily inspirated by Trello's ordering alorithm. ActiveRecordFlorder let client decide model's position in collection, normalize given value and resolve conflicts to keep your data clean. It's highly optimalized and generate as small SQL queries. The whole philosophy is to load and update as little records as possible so in 99% it runs just one SELECT and one UPDATE. In edge cases sanitization of all records happens and bring records back to the Garden of Eden state. It's implemented with both Rails and non-Rails apps in mind and highly configurable.
No description provided.
No description provided.