文件名称:websql-orm:websql-orm是sqlite orm。 用于cordova平台,打字稿,角度和离子的websql-orm库
文件大小:55KB
文件格式:ZIP
更新时间:2024-06-06 17:18:29
cordova angular typescript ionic sqlite
介绍 websql-orm框架,支撑typescript angular cordova chrome SQLite数据库。 用法 websql-orm使用TypeScript语言,需要在使用tsconfig.json之前添加装饰器配置项以启用装饰器功能。 { " compilerOptions " : { " experimentalDecorators " : true } } 安装 npm install websql-orm@latest 提示:请勿安装2.1.0之前的版本。 2.1.0之前的版本是调试版本,不能使用。 cordova plugin add cordova-sqlite-storage 提示:在cordova项目中,您需要安装cordova插件。 import { EnvConfig } from 'websql-orm'
【文件预览】:
websql-orm-master
----.vs()
--------WebSqlOrm()
--------config()
--------NodejsConsoleApp1()
----index.js(26KB)
----package.json(1017B)
----test()
--------entities()
--------Demo.ts(6KB)
----webpack-prod.config.js(469B)
----server.js(233B)
----index.html(208B)
----LICENSE(739B)
----src()
--------ColumnInfo.ts(135B)
--------GenerateSql.ts(6KB)
--------EnvConfig.ts(518B)
--------Decorator.ts(2KB)
--------sqlite.d.ts(4KB)
--------ReferenceInfo.ts(337B)
--------sqlite.ts(8KB)
--------SqliteJs.ts(3KB)
--------ColumnType.ts(314B)
--------`decorator.ts(516B)
--------DbContext.ts(14KB)
--------Table.ts(5KB)
----tsconfig.json(975B)
----index.d.ts(327B)
----.gitignore(97B)
----README-CN.md(13KB)
----webpack.config.js(476B)
----README.md(13KB)
----index.ts(328B)