https://github.com/caseywebdev/backbone-composite-keys
Composite key support for Backbone. Just set your `idAttribute` to an array of attributes and you're all set.
https://github.com/caseywebdev/backbone-composite-keys
Last synced: about 1 year ago
JSON representation
Composite key support for Backbone. Just set your `idAttribute` to an array of attributes and you're all set.
- Host: GitHub
- URL: https://github.com/caseywebdev/backbone-composite-keys
- Owner: caseywebdev
- License: mit
- Created: 2012-10-23T18:07:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T16:44:35.000Z (over 13 years ago)
- Last Synced: 2025-03-27T16:04:02.211Z (over 1 year ago)
- Language: CoffeeScript
- Size: 135 KB
- Stars: 10
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
backbone-composite-keys [](http://travis-ci.org/caseywebdev/backbone-composite-keys)
=============
Composite key support for Backbone. Just set your `idAttribute` to an array of attributes and you're all set.
Install
-------
```bash
npm install backbone-composite-keys
```
Use
---
Include the file in your browser or for Node:
```coffee
require 'backbone-composite-keys'
```
Check out the tests for examples.
Test
----
```bash
npm test
```