Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SQLite 中有一些可加载的扩展。如何加载扩展然后在SQLFiddle中使用它?
例如,我想加载JSON1 扩展,然后将其用于 Json 字段。
SQLite fiddles 在客户端浏览器或 SQL.js 中运行。两者都不支持扩展。有必要更改 SQLFiddle 网站以在服务器上运行 SQLite。
然后,允许自定义扩展将允许任何人使用此类扩展中的代码攻击 SQLFiddle Web 服务器;管理员必须决定将扩展编译成 SQLite 二进制文件。