slackbuilds_ponce/system/multicorn
Andrew Clemons e1dea58419
system/multicorn: Updated for version 1.4.0.
This should work with PostgreSQL 12, though we might need
more patches to build against 14.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-25 14:44:40 +07:00
..
multicorn.info
multicorn.SlackBuild
README
slack-desc

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...).