标签: xamarin sqlcipher sqlite.net
我可以免费在Xamarin上使用sqlite-net和sqlcipher吗?
从website开始,价格为499,但是来自repo,看起来它是一个开源项目 - 麻省理工学院。
答案 0 :(得分:2)
SQLite.NET是一个开源项目(免费):
https://github.com/praeclarum/sqlite-net(主要)
https://github.com/oysteinkrog/SQLite.Net-PCL(福克斯)
SQLCipher是Zetetic LLC的第三方付费库(https://www.zetetic.net/)
还有一个开源版本(https://www.zetetic.net/sqlcipher/open-source/)