diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-04-26 20:59:19 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-04-26 20:59:19 -0300 |
commit | f5d3d93becc75ddf9fa5f8607fc1a36d9df57bd0 (patch) | |
tree | 5828b9844cbb31a02dfb8fe4ca5462b35627a16e /system/multicorn/README | |
parent | ba43e158ce4260dd338d8796e23aac059d1cedcb (diff) | |
download | slackbuilds-f5d3d93becc75ddf9fa5f8607fc1a36d9df57bd0.tar.gz |
system/multicorn: Added (PostgreSQL Foreign Data Wrappers)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/multicorn/README')
-rw-r--r-- | system/multicorn/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/multicorn/README b/system/multicorn/README new file mode 100644 index 0000000000..10cb398545 --- /dev/null +++ b/system/multicorn/README @@ -0,0 +1,9 @@ +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...). |