没有项目描述

hafsqlpublish的Python项目详细描述


haf插件sql发布

The plugin sql publish of haf, now only support mysql

Build StatusPyPI

如何得到它?

by pip tool

    tsbx-mw# pip install hafsqlpublish

by src

    tsbx-mw# git clone https://github.com/hautof/haf-plugin-sqlpublish ./
    tsbx-mw# python setup.py install

使用量

notice

first of all , you must create an new database by the haf-plugin-sqlpublish/haf_publish.sql script file.

using as haf params

    python -m haf run --sql-publish=True --sql-publish-db=192.168.0.101:6606@root:test123@haf_publish

using as haf config

"sql_publish":{"id":1,"sql_name":"upload","publish":true,"host":"192.168.1.2","port":3306,"username":"root","password":"test123","database":"haf_publish","protocol":"mysql"}

设计

sql

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java创建猜谜游戏程序   JavaWebSocketContainer。connectToServer似乎挂起了   如何在java中中断函数   java c#socket client multiple BeginSend()未到达服务器   不可见的组件然后在Java中的窗格之间切换   java在应用程序类中使用静态接口安全吗?   java等待函数完成,直到回调到来   使用DataOutputStream时的java新行,Android   java服务对象的定义是什么?   基于视图的javahibernate复合密钥   java将varchar连接到char在JPA(oracle)中不起作用   如何在java中通过point类读取多个点?