Noteflakes iconNoteflakesSep 22, 2026

Extralite 3.1.0 is Here!

This new release implements automatic caching of parametric queries, and updates the bundled SQLite to version 3.53.4. Extralite is a fast and innovative SQLite wrapper for Ruby with a rich set of features.

Share this story

Send the public story page.

Useful takeaways from this story.

This new release implements automatic caching of parametric queries, and updates the bundled SQLite to version 3.53.4.

Previously, when you ran the same SQL using Database#query_xxx with different parameters,…

Extralite is a fast and innovative SQLite wrapper for Ruby with a rich set of features.

Building the complete brief

The page is ready to read now. The fuller skim-friendly version will appear here automatically.

The useful part

This new release implements automatic caching of parametric queries, and updates the bundled SQLite to version 3.53.4. Extralite is a fast and innovative SQLite wrapper for Ruby with a rich set of features. Automatic Query Caching Extralite now automatically caches the underyling sqlite3_stmt object for any parametric query.

How it works

  • Previously, when you ran the same SQL using Database#query_xxx with different parameters,…

Details worth keeping

I've just released of Extralite version 3.1.0.

Keep reading in the app

Open the app view to save this story, compare related coverage, and continue from the same source.

Open in app