sqlpad
Version:
Web app for writing and running SQL queries and visualizing the results. Supports Postgres, MySQL, SQL Server, Crate and Vertica.
18 lines (15 loc) • 506 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SQLPad</title>
<link rel="shortcut icon" href="/images/favicon.ico">
<!-- tauCharts css must be in a known path we can ref for image exports -->
<link rel="stylesheet" href="/javascripts/vendor/tauCharts/tauCharts.min.css" type="text/css" />
</head>
<body>
<div id="root"></div>
</body>
</html>