文件名称:websqlorm_model:受 CodeIgniter 模型启发的 WebSQL 基本模型
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-02 00:19:25
JavaScript
#websqlorm_model ###Basic model for WebSQL inspired by CodeIgniter Model ###Important Notice: Please load jQuery lib before this one because most of function must use jquery utils. ##Documentation 使用说明: 1: 创建对象 - 设定表格需要的列名,必须包含 id 字段作为主键 var columns = ['name','phone','active']; - 设定数据库表名 var table_name = 'customers'; - 设定数据库名,如果不指定,则默认为 example_db var database_name = 'example_db'; - 创建对象 var custo
【文件预览】:
websqlorm_model-master
----websqlorm_model.js(8KB)
----README.md(3KB)