RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Extralite 2.6 Released

I’m excited to announce the release of Extralite 2.6. Extralite is a Ruby gem for working with SQLite databases, offering great performance (up to 14X the performance of the sqlite3 gem!), comprehensive support for concurrent query execution, and advanced features such as batch query execution and backups.

The latest release of Extralite includes some great new features:

  • Methods for working with savepoints.
  • Support for setting a progress handler for better concurrency in multi-threaded and multi-fibered Ruby apps.
  • Support for working with changesets, which allow you to record changes which can later be applied to another database or be reverted.
  • A newly organized README with comprehensive documentation for all Extralite features, and with updated benchmarks!

For more info,visit the Extralite repository: https://github.com/digital-fabric/extralite

Enjoy, Sharon

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in