Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmzaghlool/nodejs-express-utils
A package defining some Nodejs Express Utils (MiddleWares, MYSQL utils, …etc.)
https://github.com/mmzaghlool/nodejs-express-utils
express joi middleware mysql nodejs orm
Last synced: 5 days ago
JSON representation
A package defining some Nodejs Express Utils (MiddleWares, MYSQL utils, …etc.)
- Host: GitHub
- URL: https://github.com/mmzaghlool/nodejs-express-utils
- Owner: mmzaghlool
- Created: 2021-09-10T14:39:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T19:58:04.000Z (over 2 years ago)
- Last Synced: 2024-11-08T11:42:39.405Z (8 days ago)
- Topics: express, joi, middleware, mysql, nodejs, orm
- Language: TypeScript
- Homepage: https://mostafa-mahmoud.com/nodejs-express-utils/getting-started/overview
- Size: 172 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Nodejs-Express-Utils
![NPM](https://img.shields.io/npm/v/nodejs-express-utils.svg)
![NPM](https://img.shields.io/npm/dt/nodejs-express-utils.svg)
![NPM](https://img.shields.io/npm/dm/nodejs-express-utils.svg)
![npm bundle size](https://img.shields.io/bundlephobia/minzip/nodejs-express-utils)A package to containing some useful 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 middle wares 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`.## Reach Me
If you need to report an issue or have suggestions feel free to contact me
## Documentation
You can find the everything you need to know about the package and how to use it here