database-service
A library to connect multiple databases such as Valq, Inforiver, Hana, SAP, Snow-flake, etc., by creating instance and perform CRUD operations on the data existing on it.
Developer Guidelines
- For development use VS code only and also make sure the default extensions were installed.
- Unit tests should be performed before raise a pull request.
- Add method, class definitions and comments in necessary places.
Development Environment Setup
Clone and Install
- Fork this repository
- Clone the fork and install the dependencies
$ git clone https://github.com/<your-username>/database-servicelink
$ cd database-servicelink
$ npm i