shared-orm-library
v1.0.17
Published
It provides a generic implementation of the Sequelize ORM for relational databases such as MySQL, PostgreSQL, MariaDB, etc default is postgres.
Downloads
41
Readme
shared-orm-library
This repository is created using Node.js with version 20.13.1.
It provides a generic implementation of the Sequelize ORM for relational databases such as MySQL, PostgreSQL, MariaDB, etc default is postgres.
Prerequisites
Install Node JS
Refer to https://nodejs.org/en/ to install nodejs
Installation Steps
Clone this repository to your local machine:
git clone <https://github.com/BhaveshThala/shared-orm-library.git>
cd to clone folder shared-orm-library
npm install
Usage
There are two ways to use this repository:
- Publish as a library to npm: If you want to use this repository as a library in your projects, you can publish it to npm and then install it as a dependency in your project.
- Directly reference this project: Alternatively, you can directly refer to this project in your other projects by including it as a submodule or copying the necessary files into your project.