A reference project for adding Sqlite Wasm to an Angular project.
This project uses Angular v17 and EBuild because there is a bug in Webpack or the Angular Cli that causes the use of Origin Private File System to fail. Link
This particular project explores using Sqlite with Origin Private File System for persistant storage.
The basic functionality is implemented but I still need to learn the Sqlite Api and the Wasm specific Api so I can finish the worker code.