2017 © Pedro Peláez
 

library link-sql-connector

Prooph LINK module that connects SQL tables

image

prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  • Tuesday, May 12, 2015
  • by prooph
  • Repository
  • 1 Watchers
  • 1 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Prooph\Link\SqlConnector

SQL connector module for prooph LINK, (*1)

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., (*2)

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., (*3)

Reading Data

to be defined ..., (*4)

Full Import

to be defined ..., (*5)

Partial Import

to be defined ..., (*6)

Insert Or Replace

to be defined ..., (*7)

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., (*8)

Thanks, your prooph team, (*9)

The Versions

12/05 2015

dev-master

9999999-dev https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

12/05 2015

v0.2.2

0.2.2.0 https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

10/05 2015

v0.2.1

0.2.1.0 https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

10/05 2015

v0.2.0

0.2.0.0 https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

18/04 2015

dev-flowchart

dev-flowchart https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

20/03 2015

v0.1.1

0.1.1.0 https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link

12/03 2015

v0.1

0.1.0.0 https://github.com/prooph/link-sql-connector

Prooph LINK module that connects SQL tables

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

sql zf2 module prooph prooph link