Rust/wasm32/dom gui for sqlite3

Suppose we are building a simple GUI for sqlite3 in Rust/wasm32/dom.

The simple first thing to try would be:

<pre> output </pre>
<textarea> sql command </textarea>
<button> run </button>

Question: is there a better solution to this problem ?

(I am looking for something where the UI is in Rust/wasm32/dom. Therefore, no IntelliJ, no phpmyadmin, ... ).

I dunno what you're building, but judging by your posts over the last few months, it seems to be super cool.
And as far as I can tell, it has WASM in it.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.