-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1dca13d
commit 238b9b0
Showing
2 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "pljs", | ||
"abstract": "Javascript language extension for PostgreSQL", | ||
"description": "This is the Javascript language extension for PostgreSQL, providing the ability to run Javascript functions and procedures inside of PostgreSQL.", | ||
"version": "0.8.1", | ||
"maintainer": ["Jerry Sievert <[email protected]>"], | ||
"license": "postgresql", | ||
"provides": { | ||
"pljs": { | ||
"abstract": "Javascript language extension for PostgreSQL", | ||
"file": "pljs.sql", | ||
"docfile": "README.md", | ||
"version": "0.8.1" | ||
} | ||
}, | ||
"resources": { | ||
"bugtracker": { | ||
"web": "https://github.com/plv8/pljs/issues/" | ||
}, | ||
"repository": { | ||
"url": "git://github.com/plv8/pljs.git", | ||
"web": "https://github.com/plv8/pljs/", | ||
"type": "git" | ||
} | ||
}, | ||
"generated_by": "Jerry Sievert", | ||
"meta-spec": { | ||
"version": "1.0.0", | ||
"url": "https://pgxn.org/meta/spec.txt" | ||
}, | ||
"tags": ["language", "javascript", "ecmascript", "js", "plv8", "quickjs"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters