fpm-plugin-dataview

1.0.0 • Public • Published

FPM-PLUGIN-DATAVIEW

用于 DATAVIEW 的插件.

该插件用于将一些复杂的SQL语句进行持久化,可以通过 fpm sdk 直接进行查询。

支持通过 计划任务 插件进行定期的执行,并将生成的结果进行存储。

简单的ppt介绍

数据量较大时,不建议使用该功能存储结果

Install

npm add fpm-plugin-dataview --save

Useage

  • dep plugins

    • mysql
  • config

  • methods

    • [ ] create(dv_name!string, origin_sql!string, dv_title?string) => Promise();
    • [ ] run(dv_name!string) => Promise();
  • subscribe

  • other

/fpm-plugin-dataview/

    Package Sidebar

    Install

    npm i fpm-plugin-dataview

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    12.6 kB

    Total Files

    12

    Last publish

    Collaborators

    • yfsoftcom