{"library":"get-schema","type":"library","category":null,"description":"A simple utility to retrieve Redshift / PostgreSQL table schemas, version 0.1.11. Released sparingly (last update years ago). Returns column names, types, and CREATE types (including character lengths). Relies on a pg client instance from the 'pg' package. No TypeScript definitions or ESM support.","language":"javascript","status":"active","version":"0.1.11","tags":["javascript"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install get-schema","imports":["const GetSchema = require('get-schema')","const GetSchema = require('get-schema'); const schema = new GetSchema(client)","schema.get('table_name', callback)","schema.getColumns('table_name', callback)","schema.getCreateTypes('table_name', callback)"]},{"cmd":"yarn add get-schema","imports":[]},{"cmd":"pnpm add get-schema","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"get-schema","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}