https://sqlite.org/releaselog/3_44_0.html

A few nice new features in this release. Allowing ORDER BY aggregate functions could be very useful.

3
0
https://voidstar.tech/sqlite_insert_speed/

Interesting post on how to speed up batch inserts with SQLite.

5
0
https://misfra.me/2022/sqlite-automatic-indexes/

Short post about how SQLite sometimes creates indexes just for a single query. The [SQLite documentation](https://www.sqlite.org/optoverview.html#automatic_indexes) has a little more information. It can be worth setting up and monitoring the error log for SQLITE_WARNING_AUTOINDEX warnings as good indication a persistent index should be created.

6
0
corecursive.com

Interview with Richard Hipp about the history of SQLite.

5
0
https://sqlite.org/releaselog/3_43_0.html

The main changes look to be contentless-delete FTS5 tables and performance enhancements to the query planner and JSON functions.

3
0
https://sqlite-utils.datasette.io/en/stable/index.html

From the homepage: > This library and command-line utility helps create SQLite databases from an existing collection of data. > > Most of the functionality is available as either a Python API or through the sqlite-utils command-line tool. > > sqlite-utils is not intended to be a full ORM: the focus is utility helpers to make creating the initial database and populating it with data as productive as possible. > > It is designed as a useful complement to Datasette. > > Cleaning data with sqlite-utils and Datasette provides a tutorial introduction (and accompanying ten minute video) about using this tool.

4
0
https://www.sqlite.org/sqldiff.html

Handy utility to diff SQLite databases.

3
0
turriate.com

The author managed to reach 56,600 req/s! While written about Go, not all the techniques used are Go specific.

4
0
fly.io

Explains how using WAL allows writes without blocking reads.

1
0
github.com

Converts MongoDB protocol to SQL using SQLite or PostgreSQL as the database engine. Could be useful if wanting to migrate off MongoDB.

1
0
fly.io

High level overview of how SQLite rollback journal works.

1
0
sqlpkg.org

Registry of SQLite extensions along with a package manager to install them.

2
0
fly.io

Interesting brief overview of SQLite internals.

1
0
github.com

A useful collection of extensions for SQLite

2
0
https://sqlite.org/hctree/doc/hctree/doc/hctree/index.html

While not ready for production, it looks really promising. There’s [some tests](https://sqlite.org/hctree/doc/hctree/doc/hctree/threadtest.wiki) showing > 1 million write transactions per second in some cases.

1
0
github.com

Saw this on [Hacker News](https://news.ycombinator.com/item?id=36302805), seemed interesting.

1
0
sqlite
SQLite samc 1y ago 100%
SQLite 3.42.0
https://sqlite.org/releaselog/3_42_0.html

Adds the ability for JSON functions to read JSON5 which could be handy.

1
0
Tool chest I'm working on
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSA
    samc
    1y ago 100%

    Looks really good! I love your workshop, looks like a nice space to be in. The pillar drill in the background looks huge, do you metal work too?

    1