如何在unity中使用sqlite,需要哪些库

前端之家收集整理的这篇文章主要介绍了如何在unity中使用sqlite,需要哪些库前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Because Mono.Data.sqlite is what you need and the connection string is
string constr = "Data Source=yourdatabasefilepath.db;Version=3;Compress=True";
And you need to have the following files in your Plugins folder:

Mono.Data.sqlite.dll sqltie3.dll System.Configuration.dll System.Data.dll System.EnterpriseServices.dll System.Security.dll
原文链接:https://www.f2er.com/sqlite/201887.html

猜你在找的Sqlite相关文章