slackbuilds/system/multicorn
Audrius Kažukauskas c2067d87a9 system/multicorn: Updated for version 1.1.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
2015-02-21 09:03:54 +07:00
..
README system/multicorn: Added (PostgreSQL Foreign Data Wrappers) 2013-04-26 20:59:19 -03:00
multicorn.SlackBuild system/multicorn: Updated for version 1.1.0. 2015-02-21 09:03:54 +07:00
multicorn.info system/multicorn: Updated for version 1.1.0. 2015-02-21 09:03:54 +07:00
slack-desc system/multicorn: Added (PostgreSQL Foreign Data Wrappers) 2013-04-26 20:59:19 -03:00

README

Multicorn is a PostgreSQL 9.1+ extension meant to make Foreign Data
Wrapper development easy, by allowing the programmer to use the Python
programming language.

- Multicorn allows you to access any data source in your PostgreSQL
  database.
- You can leverage the full power of SQL to query your data sources.
- Every tool you use for SQL can be reused with those datasources (think
  about an ORM, BI tool...).