Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

sqlite - Working with an existing sqlite3 db using moor

I'm relatively new to flutter and I want to use moor package in an app. I externally created an sqlite db, insert data into it. Now I want to use that sqlite db in the app and manage db operations with moor. But I can't find a way to do this. Any hint how I can get this done ? An example would be highly helpful. Thanks in advance.

question from:https://stackoverflow.com/questions/65861036/working-with-an-existing-sqlite3-db-using-moor

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Your starting place should be the moor docs, youtube tutorials and the moor source code. Flutter boring show have done an ep using moor (ep. 25), Reso coder has also done some great tutorials on moor. When you have a specific question about sqflite or moor then this is the place to ask it.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...