Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# Windows 窗体应用程序中使用 SQLite 和实体框架。我选择使用内存数据库。我正在尝试将磁盘上存在的数据库文件加载到内存中。我还需要将内存中的内容保存到磁盘。
这似乎是一项相对简单的任务,但如果没有硬编码表创建和每当我更改某些内容时更新查询,我就找不到一个优雅的解决方案(IE:不可行)
如果有人可以提供帮助,将不胜感激。
实际上,您可以轻松地将SQLite 内存数据库 与实体框架一起使用。
SQLite
将以下线程作为初始指南: