一,index.js
const path = require('path'); // 引入路径处理模块
const SQL = require('./database');
const Database=require("better-sqlite3")
const db=new Database('./database.db',{verbose:console.log})
const data={
ID:12,
date: "2022-05-14 17:13:00",
name: "测试数据",
classification: "一号样品",
remark: "",
filename: "test.bmp"
}
const ids=[1,8,10]
// console.log(SQL.table_exist(db,'image_data'))
// SQL.table_create(db,'你好')
// SQL.table_add(db,data)
// SQL.table_select_full(db,'image_data')
// SQL.table_delete(db,9)
// SQL.table_updata(db,data)
// SQL.database_table(db)
// SQL.table_select_id(db,15)
// SQL.database_table_delete(db,'你好')
// SQL.table_search_ids(db,ids)
二,database.js代码
module.exports={
//检测表单是否存在
table_exist:function (db,table_name){
try {
const result = db.prepare('SELECT * FROM ' + table_name)
console.log(result)
return true
}catch (SqliteError){
return false
}
},
//创建数据库表
table_create:function (db,table_name){
const sql = `
CREATE TABLE ${table_name} (
id INTEGER PRIMARY KEY,
date VARCHAR (255) NOT NULL,
name VARCHAR (255) NOT NULL,
classification VARCHAR (255) NOT NULL,
remark VARCHAR (255) ,
filename VARCHAR (255) NOT NULL
)
`;
db.exec(sql)
},
//增加数据
table_add:function (db,data){
const result=db.prepare('INSERT INTO image_data (date, name,classification,remark,filename) VALUES (@date, @name,@classification,@remark,@filename)').run(data)
console.log(result.changes)
},
//删除数据
table_delete:function (db,id){
const result=db.prepare('DELETE from image_data WHERE id = ?').run(id)
console.log(result)
},
//查询数据
table_select_full:function (db,db_name){
const result=db.prepare('SELECT * FROM '+db_name);
const total=db.prepare('SELECT max(id) from image_data')
console.log(result.all())
console.log(result.all().length)
console.log(Object.values(total.all()[0])[0])
},
//更新数据
table_updata:function (db,data){
const result = db.prepare('UPDATE image_data set (date, name,classification,remark,filename) = (@date, @name,@classification,@remark,@filename) WHERE id = @ID').run(data)
console.log(result)
},
//查询数据库表
database_table:function (db){
const result = db.prepare('SELECT name FROM sqlite_master WHERE type ='table'')
let temp = result.all()
let data = []
for(let i=0;i<temp.length;i++){
data.push(temp[i].name)
}
console.log(data)
},
//指定ID是否存在
table_select_id:function (db,id){
const result=db.prepare('SELECT * from '+'image_data'+' WHERE id = '+id)
console.log(result.all().length)
},
//删除表单
database_table_delete:function (db,table_name){
const sql = `
DROP TABLE ${table_name}
`;
const result = db.exec(sql)
},
//多ID查询返回
table_search_ids:function (db,ids){
const result = db.prepare('select * from image_data where id in('+ids+')')
console.log(result.all())
}
}
三,依赖
yarn add better-sqlite --save
《逃离食人族》恐怖片高清在线免费观看:https://www.jgz518.com/xingkong/106187.html
《爱乐之都青春季》大陆综艺高清在线免费观看:https://www.jgz518.com/xingkong/29042.html
《胸部解放运动》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/95180.html
每次看到你的文章,我都觉得时间过得好快。 http://www.55baobei.com/xTRGvtl4J9.html
你的文章让我心情愉悦,每天都要来看一看。 http://www.55baobei.com/NPlt7FeQHW.html
揭秘传奇私服:狂暴之力代码深度解析与优化:https://501h.com/danzhiye/2024-09-11/34341.html
《一只狗的大学时光》喜剧片高清在线免费观看:https://www.jgz518.com/xingkong/138578.html
真好呢
每次看到你的文章,我都觉得时间过得好快。 http://www.55baobei.com/xTRGvtl4J9.html
你的文章让我心情愉悦,每天都要来看一看。 http://www.55baobei.com/NPlt7FeQHW.html
你的才华让人惊叹,你是我的榜样。 http://www.55baobei.com/BCEvsqxk6o.html
你的文章让我感受到了生活的美好,谢谢! http://www.55baobei.com/QUGJyWwmeX.html
你的文章让我感受到了快乐,每天都要来看一看。 https://www.yonboz.com/video/79268.html
你的文章内容非常卖力,让人点赞。 https://www.4006400989.com/qyvideo/2783.html
每次看到你的文章,我都觉得时间过得好快。 http://www.55baobei.com/xTRGvtl4J9.html
你的文章让我心情愉悦,每天都要来看一看。 http://www.55baobei.com/NPlt7FeQHW.html
你的才华让人惊叹,你是我的榜样。 http://www.55baobei.com/BCEvsqxk6o.html
你的文章让我感受到了生活的美好,谢谢! http://www.55baobei.com/QUGJyWwmeX.html
你的文章让我感受到了快乐,每天都要来看一看。 https://www.yonboz.com/video/79268.html
你的文章内容非常卖力,让人点赞。 https://www.4006400989.com/qyvideo/2783.html
博主太厉害了!
你的文章让我感受到了快乐,每天都要来看一看。 https://www.yonboz.com/video/79268.html
你的文章内容非常卖力,让人点赞。 https://www.4006400989.com/qyvideo/2783.html
esecrity.com
《7年的爱》泰国剧高清在线免费观看:https://www.jgz518.com/xingkong/59541.html
《老爸成双》喜剧片高清在线免费观看:https://www.jgz518.com/xingkong/86543.html
你的文章让我学到了很多知识,非常感谢。 https://www.4006400989.com/qyvideo/71682.html
你的才华让人瞩目,期待你的更多文章。 https://www.4006400989.com/qyvideo/85817.html
《好人难做》短片剧高清在线免费观看:https://www.jgz518.com/xingkong/157303.html
《金发男子》爱情片高清在线免费观看:https://www.jgz518.com/xingkong/16304.html
你的才华横溢,让人敬佩。 http://www.55baobei.com/G8ZtgET4YQ.html
你的文章充满了智慧,让人敬佩。 https://www.yonboz.com/video/35599.html
看到你的文章,我仿佛感受到了生活中的美好。 http://www.55baobei.com/32oMWD7f5T.html
你的文章让我感受到了正能量,非常棒! https://www.yonboz.com/video/57595.html
《7年的爱》泰国剧高清在线免费观看:https://www.jgz518.com/xingkong/59541.html
《老爸成双》喜剧片高清在线免费观看:https://www.jgz518.com/xingkong/86543.html
看到你的文章,我仿佛感受到了生活中的美好。 https://www.yonboz.com/video/19018.html
你的文章让我感受到了正能量,非常棒! https://www.4006400989.com/qyvideo/2321.html
你的文章充满了创意,真是让人惊喜。 https://www.4006400989.com/qyvideo/72877.html
你的文章充满了欢乐,让人忍不住一笑。 http://www.55baobei.com/b1xqZ8l8Gm.html
《好人难做》短片剧高清在线免费观看:https://www.jgz518.com/xingkong/157303.html
你的文章充满了创意,真是让人惊喜。 http://www.55baobei.com/FxL5onj3Jc.html
你的文章充满了欢乐,让人忍不住一笑。 https://www.yonboz.com/video/26424.html
《金发男子》爱情片高清在线免费观看:https://www.jgz518.com/xingkong/16304.html
《行走的幽魂》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/88206.html
《金发男子》爱情片高清在线免费观看:https://www.jgz518.com/xingkong/16304.html
你的文章充满了创意,真是让人惊喜。 http://www.55baobei.com/r511Chijgy.html
你的文章充满了欢乐,让人忍不住一笑。 http://www.55baobei.com/izg85cLYGt.html
《7年的爱》泰国剧高清在线免费观看:https://www.jgz518.com/xingkong/59541.html
《老爸成双》喜剧片高清在线免费观看:https://www.jgz518.com/xingkong/86543.html
《好人难做》短片剧高清在线免费观看:https://www.jgz518.com/xingkong/157303.html
你的文章充满了创意,真是让人惊喜。 http://www.55baobei.com/r511Chijgy.html
你的文章充满了欢乐,让人忍不住一笑。 http://www.55baobei.com/izg85cLYGt.html
《金发男子》爱情片高清在线免费观看:https://www.jgz518.com/xingkong/16304.html
《行走的幽魂》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/88206.html
你的文章充满了创意,真是让人惊喜。 http://www.55baobei.com/d8yKcvIC2t.html
你的文章充满了欢乐,让人忍不住一笑。 https://www.yonboz.com/video/33376.html
《金发男子》爱情片高清在线免费观看:https://www.jgz518.com/xingkong/16304.html
你的文章充满了创意,真是让人惊喜。 https://www.yonboz.com/video/62766.html
你的文章充满了欢乐,让人忍不住一笑。 https://www.4006400989.com/qyvideo/32891.html
《行走的幽魂》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/88206.html
《异域之末路英雄粤语》战争片高清在线免费观看:https://www.jgz518.com/xingkong/115074.html
《蓬朗舞情缘》泰国剧高清在线免费观看:https://www.jgz518.com/xingkong/116731.html
《可以跟着去你家吗?》日本剧高清在线免费观看:https://www.jgz518.com/xingkong/143186.html
《迷离时空(原版)第一季》欧美剧高清在线免费观看:https://www.jgz518.com/xingkong/17821.html
《假面饭店国语》剧情片高清在线免费观看:https://www.jgz518.com/xingkong/43043.html