query-mechanic
Version:
MySQL/SQL Query string builder. Creates an object that connects to your database in a single line of code. That same object comes with methods that makes accessing, and storing data a much simpler endover. Its probably not the best choice for complex sql
75 lines (74 loc) • 2.96 kB
JSON
{
"editor.minimap.enabled": false,
"window.zoomLevel": 1,
"editor.fontFamily": "'Ubuntu Mono'",
"editor.fontSize": 13,
"editor.fontWeight": "400",
"editor.lineHeight": 15,
"terminal.integrated.fontFamily": "'Fira Code Light'",
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontWeight": "600",
"terminal.integrated.lineHeight": 1.4,
"workbench.tree.indent": 16,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"javascript.format.placeOpenBraceOnNewLineForControlBlocks": true,
"javascript.format.semicolons": "insert",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 150,
"html.format.wrapAttributes": "force-aligned",
"html.format.wrapLineLength": 180,
"workbench.colorTheme": "Shades of Purple",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorCustomizations": {
"window.titleBarStyle": "custom",
"window.activeBorder": "#00f",
"window.inactiveBorder": "#00f",
"editorCursor.background": "#00f",
"editorCursor.foreground": "#2f2",
"editor.background": "#100030",
"editorLineNumber.foreground": "#d09",
"editorLineNumber.activeForeground": "#FF0",
"menu.selectionBorder": "#ff0",
"titleBar.activeBackground": "#08001d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#08001d99",
"titleBar.inactiveForeground": "#e7e7e799",
"titleBar.border": "#08001d",
"menu.background": "#428",
"menu.border": "#ff0",
"tab.activeBackground": "#103",
"tab.inactiveBackground": "#225",
"tab.hoverBackground": "#03a",
"tab.activeForeground": "#DDD",
"tab.inactiveForeground": "#999",
"tab.hoverForeground": "#D09",
"tab.activeBorderTop": "#D09",
"tab.hoverBorder": "#D09",
"tab.border": "#FF0",
"sideBar.background": "#003",
"sideBarTitle.foreground": "#0FF",
"sideBar.foreground": "#CC0",
"sideBarSectionHeader.border": "#FF0",
"sideBar.dropBackground": "#00f",
"sideBarSectionHeader.background": "#000",
"sideBarSectionHeader.foreground": "#F0A",
"activityBar.activeBackground": "#160050",
"activityBar.background": "#160050",
"activityBarBadge.background": "#9f2c00",
"activityBarBadge.foreground": "#e7e7e7",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBar.border": "#FF0",
"activityBar.activeBorder": "#9f2c00",
"list.hoverBackground": "#AfA",
"statusBar.background": "#08001d",
"statusBar.border": "#08001d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#160050",
"scrollbarSlider.background": "#ff0",
"scrollbarSlider.hoverBackground": "#ff0"
},
"peacock.color": "#08001d"
}