sqlite, mono, C# cross platform

白昼怎懂夜的黑 提交于 2019-12-10 07:10:19

问题


I am using sqlite in my C# project. MoMA complains about the DLLs and i am unsure what to do on the mac/linux side. What are things i generally need to do when porting external DLLs?


回答1:


You could use the SQLite assembly that's shipped with Mono - it's derived from the one you are probably using now.

See http://mono-project.com/SQLite for more details




回答2:


You might want to look at the C# reimplementation of SQLite on googlecode. This started life as a line-by-line port of the C++ SQLite but after lots of improvements now outperforms the original for many types of operation.




回答3:


PHXSoftware's System.Data.Sqlite runs on Mono.



来源:https://stackoverflow.com/questions/741113/sqlite-mono-c-sharp-cross-platform

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!