【解决方案】最简单的SQLite内存与磁盘互转

#把数据库加载到内存web SQLiteConnection cnnIn = new SQLiteConnection("data source=" +dataBaseFileName); SQLiteConnection SqlMemoryConnection = new SQLiteConnection("Data Source=:memory:"); cnnIn.Open(); Sq
相关文章
相关标签/搜索