A generic Sequelize ORM wrapper for relational databases (MySQL, PostgreSQL, MariaDB, etc.), defaulting to PostgreSQL. Current stable version is 1.0.17. Provides a simple interface to initialize Sequelize with environment-based configuration. Not actively maintained after initial release; lacks common ORM features like migrations, seeders, or built-in model definitions, making it less suitable for production compared to direct Sequelize usage or mature libraries like TypeORM/Prisma.
npm install shared-orm-libraryNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the default export and run a raw query using the Sequelize instance.
Set environment variables before using the library, or fork the package to accept a config object.
Ensure DB_DIALECT, DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT are set in environment.