<p>The explorer will use Spin’s variable config to securely store a username and password for the sqlite-explorer, which provides Sqlite users with a shell experience for their local and cloud based Spin applications. Sqlite-explorer supports both <code>default</code> and <code>custom</code> SQLite stores. </p> <p>Basic support for dot commands like .tables, .schema, .dump, .database and .format. The .dump command is highly experimental. Output in the form of JSON or a table.</p> <h2>Installation</h2> <pre><code class="language-bash">spin templates install --upgrade --git https://github.com/karthik2804/spin-sqlite-web-cli/ </code></pre> <p>Visit the <a href="https://github.com/karthik2804/spin-sqlite-web-cli">GitHub repo</a> for complete configuration instructions. </p> <p><em>Known limitations</em> </p> <ul> <li>When running the spin add, the component will try add its config variables to the spin.toml, if you already have a [variables] section, consolidate the values.</li> <li>It is a work in progress, so there definitely might be bugs. If you find one please open an <a href="https://github.com/karthik2804/spin-sqlite-web-cli/issues/new">issue</a></li> </ul>