Nodejs express utils

Getting started

Overview

A package to containing some useful express middlewares, MYSQL ORM, and other utils for nodejs apps. Did you wanted to encrypt your database fields and get stuck in the searching loop, did not find the right ORM or have an issue in the implementation?

In this package i am trying to solve this problem. You will find a useful middlewares solving some common problems and MySQL ORM with the encryption embedded using AES algorithms and it's corresponding MySQL functions AES_ENCRYPT and AES_DECRYPT.

Compatible with JS and TS.

If you have any issue or need help in using the package don't hastate to reach me.

Installation

Usage