https://github.com/caseywebdev/backbone-relations
Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.
https://github.com/caseywebdev/backbone-relations
Last synced: about 1 year ago
JSON representation
Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.
- Host: GitHub
- URL: https://github.com/caseywebdev/backbone-relations
- Owner: caseywebdev
- License: mit
- Created: 2012-08-21T05:37:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T18:27:32.000Z (about 12 years ago)
- Last Synced: 2025-04-11T05:15:39.148Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 571 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone-relations [](http://travis-ci.org/caseywebdev/backbone-relations)
=============
Backbone one-to-one, one-to-many, and many-to-many relationships for the browser and nodejs.
Install
-------
```bash
npm install backbone-relations
```
Use
---
Include the file in your browser or for Node:
```coffee
require 'backbone-relations'
```
Check out the tests for examples.
Test
----
```bash
npm test
```