mendevi.database.extract.SqlLinker

class mendevi.database.extract.SqlLinker(*select: str)[source]

Allow you to add an SQL query to an extractor.

Initialise the linker.

Parameters

selectargs[str]

The fields to be returned (juste after SELECT), with the optional alias.

property sql: str

Write the sql request.