Hacker News new | ask | show | jobs
by Subsentient 1409 days ago
Finally, a software fad that I actually want to support! About time I get one!

SQLite is more than good enough for an awful lot of things. Most of the time that I do see software using MariaDB etc, I think to myself "they didn't need a server model for this, SQLite would have been fine".

1 comments

>Finally, a software fad that I actually want to support! About time I get one!

Haha I'm waiting for those "SQLite in Rust Posts" :D

“SQLite in Rust compiled to WASM in the browser.” ISAGN…
already done in .net, u just need a small rust boostrapper and ur set

https://www.youtube.com/watch?v=kesUNeBZ1Os

Still no official TFM (e.g. net7.0-wasm) for WebAssembly.
Would love to see someone rewrite SQLite in Rust - it's always the example I go to for full-coverage, fuzzed to hell and back, code. IMO there is nothing a new language could improve. It really is insanely stable and well tested.