文件名称:sqlite-sync.js:节点模块到 sqlite 同步和异步
文件大小:18KB
文件格式:ZIP
更新时间:2024-08-23 11:08:41
JavaScript
sqlite-sync.js 节点模块到 sqlite 同步和异步 node.js 包,用于与SQLite连接数据库,并同步或异步执行 SQL 命令。 安装 npm install sqlite-sync 用法 var sqlite = require ( 'sqlite-sync' ) ; //requiring //Connecting - if the file does not exist it will be created sqlite . connect ( 'test/test.db' ) ; //Creating table - you can run any command sqlite . run ( "CREATE TABLE COMPANYS(ID INTEGER PRIMARY KEY AUTOINCREMENT, NAME TEXT NOT NULL)
【文件预览】:
sqlite-sync.js-master
----LICENSE(1KB)
----test()
--------test.js(1KB)
----README.md(1KB)
----sqlite.js(10KB)
----.gitignore(574B)
----CHANGELOG.md(434B)
----package-lock.json(119KB)
----package.json(768B)