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 query-mechanic with all npm packages installed. Try it out:

var queryMechanic = require("query-mechanic")

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

query-mechanic v1.0.2

MySQL/SQL Query string builder. Creates an object that connects to your database in a single line of code. That same object comes with methods that makes accessing, and storing data a much simpler endover. Its probably not the best choice for complex sql use, or even heavy sql use. It is meant to be used in applications that use a database for somthing small like a users database or blogs. A database can make nice functions into not so nice functions which, on a personal level, bothers me. This module is meant to reduce code and keep your backend looking great. Ima make a small couple minute video in the future to showcase this module, I really like it and hope some of you give it a shot.

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