Skip to content

Building, Compressing, and Auditing Your Databases

This is our second release of SQLite Fun! 🎉🥳

SQLite is widely used, though it may not have the same development news cycle as many other databases. This makes SQLite Fun a bi-weekly newsletter.

Please submit your links to us -- blog post, video, Github Repo, etc.

Highlights

Code

The Lighter Side

  • Tweet/X:

    15,000 requests/second! That's what I just got out of that $220/month EPYC 48-core hobby box from Hetzner running a basic Rails 8 scaffold MessagesController#show loading a single record from the DB with no caching of any kind. Hot diggity!

    DHH

  • Pipe Syntax - Proof of concept of Google's proposed functional pipe syntax |> for SELECT queries.

  • Invisible Columns - Most databases support having columns that don't get returned in a SELECT * query. SQLite does not have this feature; however, it is beneficial to learn patterns from other database systems. ‐ Trevor Lasn

Thanks for reading! See you in two weeks.