-
Notifications
You must be signed in to change notification settings - Fork 205
/
plugin_repository.json
34 lines (34 loc) · 1.68 KB
/
plugin_repository.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "Core OctoSQL Plugin Repository",
"description": "The official place to publish and look for open-source OctoSQL plugins.",
"slug": "core",
"plugins": [
{
"name": "mysql",
"description": "Adds support for querying MySQL databases.",
"website": "https://github.com/cube2222/octosql-plugin-mysql",
"contact_email": "jakub.wit.martin+octosql@gmail.com",
"license": "Mozilla Public License Version 2.0",
"readme_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-mysql/main/README.md",
"manifest_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-mysql/main/octosql_manifest.json"
},
{
"name": "postgres",
"description": "Adds support for querying PostgreSQL databases.",
"website": "https://github.com/cube2222/octosql-plugin-postgres",
"contact_email": "jakub.wit.martin+octosql@gmail.com",
"license": "Mozilla Public License Version 2.0",
"readme_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-postgres/main/README.md",
"manifest_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-postgres/main/octosql_manifest.json"
},
{
"name": "random_data",
"description": "Generates random data for testing.",
"website": "https://github.com/cube2222/octosql-plugin-random_data",
"contact_email": "jakub.wit.martin+octosql@gmail.com",
"license": "Mozilla Public License Version 2.0",
"readme_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-random_data/main/README.md",
"manifest_url": "https://raw.githubusercontent.com/cube2222/octosql-plugin-random_data/main/octosql_manifest.json"
}
]
}