DataBase Tips

SQLite 3 in Action: How to Open a Local Database With JavaScript and WebAssembly

Samuele
JavaScript in Plain English

--

I continue with my exploration of SQLite 3 for browsers. That is, the JavaScript version that allows you to use code compiled in WebAssembly. A few days ago I posted my notes on how to create a database, add tables and data, and how to extract data from a table. Today I report my notes on how to read a database saved locally, how to obtain the list of tables present and, finally, how to understand which are the columns of a table.

--

--

I'm a hobby programmer, experimenting with Svelte, Javascript, Construct 3 and magic tools