Fruit-postgresql is the PostgreSQL adapter for the Fruit ORM (v0.0.6, experimental). It provides basic database connectivity for PostgreSQL using the pg npm package. The project appears to be in early development with minimal documentation and no recent updates (last publish 2015). Compared to mature ORMs like Sequelize or TypeORM, it is not recommended for production use due to lack of maintenance.
npm install fruit-postgresqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes Fruit ORM with PostgreSQL adapter, defines a model, syncs schema, and inserts a record.
Use a modern ORM like Sequelize or TypeORM instead.
Pin to exact version and monitor upstream.
Run `npm install fruit fruit-postgresql`.
Install fruit: npm install fruit
Ensure you create a new Fruit instance with correct adapter options.
Start PostgreSQL and verify connection options.