Using in-memory sqlite android

前端 未结 3 1879
情话喂你
情话喂你 2020-12-15 06:14


I\'ve been reading, browsing, searching a lot on this, I\'ve criss-crossed stackoverflow back and forth many times and I managed to narrow my problem as much as I cou

3条回答
  •  天命终不由人
    2020-12-15 06:54

    You have to be carefull wile using inmemory as your data will be lost once the db connection is lost. Make sure your db instance is not been closed

    https://www.sqlite.org/inmemorydb.html

提交回复
热议问题