hops-sqlite:Sqlite 数据映射器

时间:2024-07-23 16:34:06
【文件属性】:

文件名称:hops-sqlite:Sqlite 数据映射器

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-23 16:34:06

JavaScript

节点-sqlite-mapper 一个 Sqlite DataMapper,它提供了使用 Sqlite 数据库的基本功能。 ##入门 npm install sqlite-mapper 基本用法可以在基本 SqliteMapper 类型上运行。 // load the module var SqliteMapper = require ( 'sqlite-mapper' ) ; // create a mapper var mapper = new SqliteMapper ( path ) ; // execute a command mapper . run ( 'insert into stuff values (1, "test");' ) . then ( function ( result ) { console . log ( 'inserted record


【文件预览】:
hops-sqlite-master
----index.js(47B)
----package.json(613B)
----test()
--------sqlitemapper.js(9KB)
--------.jshintrc(297B)
--------fixtures()
----LICENSE(1KB)
----Gruntfile.js(630B)
----.gitignore(587B)
----lib()
--------sqlitemapper.js(3KB)
----README.md(2KB)
----.jshintrc(102B)

网友评论