SQL template strings
Read named SQL statements from .sql files. Also named parameters for prepared statements.
Utilities for SQL instrumentations
Format whitespace in a SQL query to make it more readable
Utility library to build SQL for Oracle database based on the parameter object.
A simple and lightweight library for highlighting SQL queries written in pure JavaScript
PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
A JavaScript library for connecting securely to your Cloud SQL instances
SQL language support for the CodeMirror code editor
simple node sql parser
Prepare a node environment to require files with different extensions.
A TDS driver, for connecting to MS SQLServer databases.
Simple SQL escape and format for MySQL
Microsoft SQL Server client for Node.js.
Plugin to allow uploading textures to the GPU
Driver for connection to Databricks SQL via Thrift API.
Fastest full featured PostgreSQL client for Node.js
Summarize any SQL query
Formats SQL queries. Part of SQLTools
SQL dictionary for cspell.
Athena-Express-Plus is a Node.js library for simplified SQL query execution in Amazon Athena, supporting the latest AWS SDK v3 architecture. It provides seamless integration with Athena, enabling clean JSON result retrieval, parameterized queries, and pag
An opinionated sql formatter plugin for Prettier
Postgres everywhere - your data, in sync, wherever you need it.
db-factory uses definition files with YAML/ERB syntax to define test data (preconditions) for unit PL/SQL testing and can compare actual data with defined expected data.
Squelch squelches SQL! This gem is a purposefully simple string obfuscator. It aims to replace every data literal in a SQL query with a `?` placeholder, as though it were a prepared statement. The result should still be readable SQL, but without the risk of leaking potentially sensitive information.
This gem will precompile the SQL statements needed to clear and repopulate your test tables with fixtures when the app boots under spring, so that spec startup just needs to run a small number of multi-row SQL statements to prepare for run. This takes around 1/10th the time as a normal fixture load.