redis-orm-node
Version:
`redis-orm` is a lightweight Object-Relational Mapping (ORM) library for Node.js.
17 lines (11 loc) • 502 B
Markdown
# redis-orm
`redis-orm` is a lightweight Object-Relational Mapping (ORM) library for Node.js.
This library enables seamless interaction with Redis, a high-performance, in-memory data structure store. Inspired by the functionality of TypeORM, Redis-ORM simplifies the process of working with Redis databases by providing a convenient and intuitive way to map JavaScript objects to Redis data structures.
## Installation
```bash
npm install redis-orm-node
```
or
```bash
yarn add redis-orm-node
```