Registry / database / quidemlaboriosam

quidemlaboriosam

JSON →
library1.3.2jsnpmunverified

CLI tool that converts PostgreSQL database schemas into TypeScript interface definitions automatically. Current stable version is 1.3.2, released in 2021 with no known ongoing maintenance. It scans a Postgres connection and generates TypeScript types for tables, views, and enums. Differentiators include direct database introspection without manual configuration and output as TypeScript source files.

npm install quidemlaboriosam
INSTALL
IMPORT
SIG · QUIDEMLABORIOSAM
Q
quidemlaboriosam
databasejavascriptv1.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Generate TypeScript interfaces from a PostgreSQL schema using CLI flags.

npx quidemlaboriosam --host localhost --port 5432 --user postgres --password mypassword --database mydb --output ./types
Debug
Known issues
deprecatedPackage has no recent updates and may not work with newer PostgreSQL versions.
fix
Consider using a maintained alternative like schemats or pg-to-ts.
affects: *
gotchaRequires a running PostgreSQL instance; dry-run mode is not supported.
fix
Ensure PostgreSQL is accessible before running the tool.
affects: *
Errors
Common errors & fixes
Error: connect ECONNREFUSED 127.0.0.1:5432
PostgreSQL server is not running or not accessible.
fix
Start your PostgreSQL service or check host/port parameters.
Error: password authentication failed for user 'postgres'
Incorrect password or authentication method mismatch.
fix
Verify password or update pg_hba.conf to allow password authentication.
Upgrade
Version history
1.3.2latest on npm
Audit
Dependencies
pgoptionalDatabase driver for connecting to PostgreSQL
Agent activity
11 hits · last 30 days
node
10
Resources
quidemlaboriosam — npm install quidemlaboriosam · libregistry