mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 10:38:54 +08:00
- Pivot support implementation - Rename queries into inquiries - Rename editor into workspace - Change result set format - New JSON format for inquiries - Redesign panels
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
export default {
|
|
tabs: [],
|
|
currentTab: null,
|
|
currentTabId: null,
|
|
untitledLastIndex: 0,
|
|
predefinedInquiries: [],
|
|
db: null
|
|
}
|