Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including singlelinesql with all npm packages installed. Try it out:

var singlelinesql = require("singlelinesql")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

singlelinesql v1.0.3

sqllinesql is an tool package that converts SQL queries with parameters into a single line. This package simplifies the process of combining SQL queries with parameters by eliminating line breaks and extra whitespace, resulting in a cleaner, more readable codebase. Simply pass your SQL query and parameters as arguments to the provided function, and receive a single-line output that's ready to be used in your code. Perfect for streamlining development and reducing the risk of errors caused by manual query concatenation

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free