简体   繁体   English

Flex + SQLite + LMS

[英]Flex + SQLite + LMS

Is it possible to use SQLite as a read-only database in a Flex project made to work in a SCORM-compatible Learning Management System? 是否可以将SQLite用作在SCORM兼容的学习管理系统中工作的Flex项目中的只读数据库?

It says at the SQLite site that their database is serverless. 它在SQLite站点上说他们的数据库是无服务器的。 Does it mean that I am able to include it into a zip-package and import it into the Moodle after that? 这是否意味着我可以将其包含在zip包中,然后再导入到Moodle中?

Thanks! 谢谢!

Yes, SQLite can work in readonly mode . 是的,SQLite可以在只读模式下工作。 It should work for you, however standard SQLite cannot access compressed (zipped) database - it must be present on disk in conventional, uncompressed format. 它可以为您工作,但是标准SQLite无法访问压缩(压缩)数据库-它必须以常规的未压缩格式存在于磁盘上。

If you want your database to be compressed (and optionally encrypted) natively, you should consider using CEROD - commercial SQLite extension by SQLite author. 如果您希望对数据库进行本机压缩(并选择加密),则应考虑使用CEROD -SQLite作者的商业SQLite扩展。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM