简体   繁体   English

我应该在Firefox扩展中使用哪个轻量级数据库?

[英]Which lightweight database should I use in a Firefox extension?

I currently use a flat-file to store data in a Firefox Extension, but think this is inadequate. 我目前使用平面文件在Firefox扩展中存储数据,但认为这是不合适的。

Which lightweight databases are commonly used within Firefox extensions? Firefox扩展中常用哪些轻量级数据库?

SQLite is built in to recent versions of Firefox for use as a data-storage mechanism. SQLite内置于最新版本的Firefox中,用作数据存储机制。 More information, and examples of how to use the FF wrapper API, can be found on MDC . 可以在MDC上找到更多信息以及如何使用FF包装器API的示例。

sqlite,用于ff本身

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

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