A tool for converting Postgres schemas into TypeScript interfaces. Version 1.3.0 is the latest stable release. It generates TypeScript type definitions directly from your database schema, reducing manual type writing and ensuring type safety across your application. Differentiates itself by focusing on PostgreSQL-specific features and integrating with existing database structures. No known release cadence; it appears to be a utility package with infrequent updates.
npm install aveniamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to a Postgres database, fetches schema info, and generates TypeScript interfaces using aveniam.
import from 'aveniam' as shown in documentation.
Refer to the GitHub repository for any available examples or issues.
Use ESM import syntax (import aveniam from 'aveniam').
Run 'npm install aveniam' and ensure import is 'import aveniam from 'aveniam''.
Use ESM import: 'import aveniam from 'aveniam''.
No dependency data recorded yet.