General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anders Juel Jensen
Asianometry
comments
Comments by "Anders Juel Jensen" (@andersjjensen) on "The Birth of SQL & the Relational Database" video.
@vulpo Funnily enough Firefox stores its settings in a .sqlite file. SQLite is a runtime library that can give every application SQL functionality. It also happens to be the worlds most widespread SQL implementation, since it's pretty fast and only takes up 699KB of memory/disk space.
6
@jan.tichavsky Yup, but when you just need to retrieve structured data locally with minimal application footprint there is basically no other game in town - in large part because SQLite is licenced "public domain" so there are exactly zero ifs and buts for even the most paranoid legal department.
2