prooph/link-sql-connector 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

prooph/link-sql-connector

最新稳定版本:v0.2.2

Composer 安装命令:

composer require prooph/link-sql-connector

包简介

Prooph LINK module that connects SQL tables

README 文档

README

SQL connector module for prooph LINK

Table Connector

The sql connector module let you read data from a table into a Processing\Type\Type or write data coming from a Processing\Type\Type into a table. Such a preconfigured table connection can be used in a workflow process either as source or target.

TableRow and Collection Types

When connecting a table via the sql connector configurator (accessible from the dashboard) two Processing\Type\Type classes are created automatically. You can find them in the directory <link root>/data/Application/DataType/SqlConnector/<your database>. One class represents a single row of the table. It is named like the table. the other class represents a collection of table rows and is named like the table with the suffix Collection. The table row class contains information about the columns of the table. Columns are mapped to properties with a corresponding Processing\Type\SingleValue type. With the help of these auto generated types prooph/processing can handle data coming from a database table like any other processing data.

Reading Data

to be defined ...

Full Import

to be defined ...

Partial Import

to be defined ...

Insert Or Replace

to be defined ...

Support

Contribution

You wanna help us? Great! We appreciate any help, be it on implementation level, UI improvements, testing, donation or simply trying out the system and give us feedback. Just leave us a note in our google group linked above and we can discuss further steps.

Thanks, your prooph team

统计信息

  • 总下载量: 77
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-02-28