{"library":"postgres-js","install":[{"cmd":"npm install postgres-js","imports":["import postgres from 'postgres-js';\nconst sql = postgres('postgres://username:password@localhost:5432/database');","import postgres, { Sql } from 'postgres-js';","import postgres from 'postgres-js';\nconst sql = postgres({\n  host: 'localhost',\n  port: 5432,\n  database: 'test',\n  user: 'user',\n  password: 'pass'\n});"]},{"cmd":"yarn add postgres-js","imports":[]},{"cmd":"pnpm add postgres-js","imports":[]}]}