{"library":"postgres-fp","install":[{"cmd":"npm install postgres-fp","imports":["const connect = require('postgres-fp/connect')\nconst connection = await connect({ hostname: 'localhost', port: 5432 })","const execute = require('postgres-fp/execute')\nconst result = await execute(connection, 'CREATE TABLE test (id SERIAL PRIMARY KEY)')","const getAll = require('postgres-fp/getAll')\nconst rows = await getAll(connection, 'SELECT * FROM test')"]},{"cmd":"yarn add postgres-fp","imports":[]},{"cmd":"pnpm add postgres-fp","imports":[]}]}