This is a WebAssembly build of SQLite with support for writing SQLite virtual filesystems completely in Javascript. This allows alternative browser storage options such as IndexedDB and Origin Private ...
HTML frontend with a form. Sends data to the backend via fetch (using POST). Backend receives the data and inserts it into a SQLite database. Features Form with fields: name, email, message Form ...