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 @sqb/postgres with all npm packages installed. Try it out:

require("@sqb/builder/package.json"); // @sqb/builder is a peer dependency. require("@sqb/connect/package.json"); // @sqb/connect is a peer dependency. require("@sqb/postgres-dialect/package.json"); // @sqb/postgres-dialect is a peer dependency. require("postgresql-client/package.json"); // postgresql-client is a peer dependency. var postgres = require("@sqb/postgres")

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

@sqb/postgres v4.10.3

SQB serialization extension for PostgreSQL database

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