sql-web 0.2.0

A web-based database browser for SQLite, MySQL, and PostgreSQL written in Rust using Axum, React, and SQLx.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="robots" content="noindex" />
    <title>SQL Web</title>
    <script type="module" crossorigin src="/assets/index-CKVNe55e.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-MyaOkZDZ.css">
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>