Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged uniapp连接本地sqlite数据库

0 votes
4.1k views
1 answer
    function openSqlite(){ //创建数据库或者打开 //这plus.sqlite只在手机上运行 return new Promise((resolve,reject) =>{ plus.sqlite.openDatabase({ name:'pop', // ... }) }) } 我想取本地的一个db文件里的数据, 这里的path该怎么写...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.6k users

...