summaryrefslogtreecommitdiffstats
path: root/system/multicorn/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/multicorn/README')
-rw-r--r--system/multicorn/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/multicorn/README b/system/multicorn/README
deleted file mode 100644
index 10cb398545..0000000000
--- a/system/multicorn/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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...).