{"library":"postgres-csvlog","type":"library","category":null,"description":"A lightweight Node.js library for parsing PostgreSQL logs in CSV format (csvlog). Current stable version is 1.0.2. It is a straightforward, dependency-free parser that converts PostgreSQL csvlog lines into JavaScript objects. Unlike manual parsing or regular expressions, this library handles the custom CSV escaping, quoting, and field types used by PostgreSQL's csvlog format, including timestamps, numeric, and error details. It parses each line according to the PostgreSQL documentation for log_destination='csvlog'. No dependencies, simple API, suitable for log analysis and monitoring tools. Released under the MIT license.","language":"javascript","status":"active","version":"1.0.2","tags":["javascript","postgres"],"last_verified":"Fri Jun 05","install":[{"cmd":"npm install postgres-csvlog","imports":["import parse from 'postgres-csvlog'","import parse from 'postgres-csvlog'","const parse = require('postgres-csvlog')"]},{"cmd":"yarn add postgres-csvlog","imports":[]},{"cmd":"pnpm add postgres-csvlog","imports":[]}],"homepage":"https://github.com/dorianj/postgres-csvlog#readme","github":"https://github.com/dorianj/postgres-csvlog","docs":null,"changelog":null,"pypi":null,"npm":"postgres-csvlog","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}