Populate a SQL database with fixture data
Utilities to edit SQL fixtures for Postgres databases
The smallest and fastest pixel-level image comparison library.
A replacement for process.exit that ensures stdio are fully drained before exiting.
Utilities for SQL instrumentations
Prepare a node environment to require files with different extensions.
🛡️ Faster SQL escape and format for JavaScript (Node.js, Bun, and Deno).
Format whitespace in a SQL query to make it more readable
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.
A JavaScript library for connecting securely to your Cloud SQL instances
SQL language support for the CodeMirror code editor
simple node sql parser
A TDS driver, for connecting to MS SQLServer databases.
A fetcher for binary archives
Simple SQL escape and format for MySQL
Left pad a string with zeros or a specified string. Fastest implementation.
[](https://circleci.com/gh/RobinCK/typeorm-fixtures)  [ in js.
Formats SQL queries. Part of SQLTools
Fastest full featured PostgreSQL client for Node.js
Store Test Data in SQL dumps and manage it with your application's interface
FixtureKit provides lightning-fast test setup by caching database records. Define fixtures using any tool (FactoryBot, raw ActiveRecord, etc.), and FixtureKit caches the SQL to replay in subsequent test runs.
Easily convert ActiveRecord models to SQL scripts.
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.