New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

shared-orm-library

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-orm-library

It provides a generic implementation of the Sequelize ORM for relational databases such as MySQL, PostgreSQL, MariaDB, etc default is postgres.

latest
npmnpm
Version
1.0.17
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 16 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts