-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathroadmap.json
More file actions
62 lines (62 loc) · 1.48 KB
/
roadmap.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"label": "[Feat]: Allow loading of multiple Databases per connection",
"done": true,
"url": "https://github.com/debba/tabularis/issues/47"
},
{
"label": "Plugin System",
"done": true,
"url": "https://github.com/debba/tabularis/issues/19"
},
{
"label": "Feature: Remote Control",
"done": false,
"url": "https://github.com/debba/tabularis/issues/46"
},
{
"label": "Command Palette",
"done": false,
"url": "https://github.com/debba/tabularis/issues/25"
},
{
"label": "JSON/JSONB Editor & Viewer",
"done": false,
"url": "https://github.com/debba/tabularis/issues/24"
},
{
"label": "SQL Formatting / Prettier",
"done": false,
"url": "https://github.com/debba/tabularis/issues/23"
},
{
"label": "Visual Explain Analyze",
"done": false,
"url": "https://github.com/debba/tabularis/issues/22"
},
{
"label": "Data Compare / Diff Tool",
"done": false,
"url": "https://github.com/debba/tabularis/issues/21"
},
{
"label": "Team Collaboration",
"done": false,
"url": "https://github.com/debba/tabularis/issues/20"
},
{
"label": "Query History",
"done": false,
"url": "https://github.com/debba/tabularis/issues/18"
},
{
"label": "Better SQLite Support",
"done": false,
"url": "https://github.com/debba/tabularis/issues/17"
},
{
"label": "Better PostgreSQL Support",
"done": false,
"url": "https://github.com/debba/tabularis/issues/16"
}
]