It provides a generic implementation of the Sequelize ORM for relational databases such as MySQL, PostgreSQL, MariaDB, etc default is postgres.
Refer to https://nodejs.org/en/ to install nodejs
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
- 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.