Skip to content

Commit

Permalink
Add PGXN meta file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Aug 27, 2011
1 parent ab9b194 commit 38c493c
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions META.json
@@ -0,0 +1,45 @@
{
"name": "mysql_fdw",
"abstract": "MySQL FDW for PostgreSQL 9.1+",
"description": "This extension implements a Foreign Data Wrapper for MySQL. It is supported on PostgreSQL 9.1 and above.",
"version": "1.0.0",
"maintainer": [
"Dave Page <dpage@pgadmin.org>"
],
"license": "postgresql",
"provides": {
"mysql_fdw": {
"abstract": "MySQL FDW for PostgreSQL 9.1+",
"file": "mysql_fdw--1.0.sql",
"docfile": "README",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/dpage/mysql_fdw/issues"
},
"repository": {
"url": "git://github.com/dpage/mysql_fdw.git",
"web": "http://github.com/dpage/mysql_fdw/",
"type": "git"
}
},
"generated_by": "Dave Page",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"mysql",
"foreign data wrapper"
]
}

0 comments on commit 38c493c

Please sign in to comment.