Build your own SQLite (in rust), Part 1: Listing tables

https://blog.sylver.dev/build-your-own-sqlite-part-1-listing-tables

18 points · 2 comments · view on lemmy.world

2 Comments

borup@programming.dev · 2 pts · 2y (1 reply)

The series is of to a good start. It's rare to se blog posts doing simple i/o without resorting to some parsing framework or other. Learning about the SQLite file format is nice too.

maegul@lemmy.ml · 1 pts · 2y

It’s rare to se blog posts doing simple i/o without resorting to some parsing framework or other. Learning about the SQLite file format is nice too.

Yep, especially as it’s basically a standard data storage format, it’s good to have awareness and parsing capabilities for it broadcast around the place.