js-model

Work with models in your JavaScript

  • 所有者: benpickles/js-model
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

js-model

js-model is a library that allows you to work with models in your JavaScript.

In brief

Declare a model class:

var Todo = Model("todo")

Now create and manipulate model instances:

var todo = new Todo({ text: "do it" })
todo.attr("when", "now")
todo.save()

Documentation / download / more

For notes on getting started, persisting via REST or localStorage, using with Sammy, API documentation and download links visit the js-model docs site.

Suggestions / questions / issues / comments

Feel free to use Github issues for any of the above.

Copyright 2010-2012 Ben Pickles. See LICENSE for details.

主要指标

概览
名称与所有者benpickles/js-model
主编程语言JavaScript
编程语言Ruby (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2010-01-28 11:59:55
推送于2013-08-23 15:13:20
最后一次提交2013-08-23 08:13:18
发布数21
最新版本名称v0.11.0 (发布于 )
第一版名称v0.5.0 (发布于 )
用户参与
星数403
关注者数11
派生数42
提交数306
已启用问题?
问题数26
打开的问题数10
拉请求数5
打开的拉请求数5
关闭的拉请求数8
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?