0.1.8 • Published 10 years ago

rmodel v0.1.8

Weekly downloads
26
License
MIT
Repository
github
Last release
10 years ago

RedisModel - a simple Redis OHM (object hash mapper) for Node.js

Features

  • Easy API
  • Associations (hasMany, belongsTo)
  • Getters/Setters
  • Model class and instance methods
  • Defaults
  • ID generation
  • Promises
  • Index by field value

Install

npm install rmodel

How to Run Tests

  1. Clone this repo and install its dependencies (run npm install)
  2. Install coffeegulp (npm install -g coffeegulp)
  3. coffeegulp test or coffeegulp test watch

Wishlist

  • Relations: hasOne
  • Unique Index
  • Rename model.get to model.populate
  • Write some docs
  • More examples
  • More tests
0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.16

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago