My sister started a new position that involves HTML. She tried to explain an issue to me, but I’m not a web guy. I told her to send it to me on Monday and she sent this…
You must log in or register to comment.
Oh, that’s an excellent way to start if you’re building a database in CSS.
https://css-tricks.com/css-database-queries/
- Use a hand-modified-to-ESM version of SQL.js, which is SQLite in JavaScript.
- Get a database ready that SQL.js can query.
- Build a Houdini PaintWorklet that executes queries in JavaScript and paints the results back to the screen in that <canvas>-y way that PaintWorklets do.
- Pass the query you want to run into the worklet by way of a CSS custom property.
deleted by creator
Now I want to know what the issue was.
And the “solution”.