[HN Gopher] SQLRite - SQLite clone from scratch in Rust
___________________________________________________________________
SQLRite - SQLite clone from scratch in Rust
Author : ibraheemdev
Score : 37 points
Date : 2021-04-09 12:35 UTC (10 hours ago)
(HTM) web link (github.com)
(TXT) w3m dump (github.com)
| efficax wrote:
| This is interesting. I think you'll soon find that the in-memory
| data structures provided by Rust's std::collections aren't going
| to work for you when you start thinking about on-disk storage of
| data.
|
| One resource that is invaluable for learning about databases is
| the code to the original Berkeley DB
|
| https://github.com/386bsd/386bsd/tree/9eaf3b3359255f461055b8...
| hajile wrote:
| If this can reach production quality, could we start considering
| webSQL again? IndexedDB leaves a lot to be desired.
| Thev00d00 wrote:
| Some big shoes to fill, but good luck with it.
|
| On a tagentially related note SQLite has a great page on CVEs
| https://www.sqlite.org/cves.html
___________________________________________________________________
(page generated 2021-04-09 23:03 UTC)