connect-request-logger-pg

JSON →
library 0.0.7 ·javascript abandoned
verified Jun 5, 2026

An Express/Connect middleware that logs HTTP request details directly to a PostgreSQL database with automatic monthly table partitioning. Version 0.0.7 is the last release on npm; the project appears to be unmaintained (no commits since 2013, no activity on GitHub). It supports custom fields from the request object and uses pg-native or pg as the PostgreSQL client. Alternatives include pino-http and morgan with PostgreSQL transport, which are actively maintained.