from Hacker News

SQLite for River, durable periodic jobs and dbsql for Pro, better performance

by bgentry on 6/10/25, 1:49 AM with 2 comments

  • by joonas on 6/10/25, 2:42 AM

    The timing of this release couldn't have been more fortuitous for me, I was just recently getting myself reacquainted with the options available for background processing in the Go landscape, and I was specifically looking for options that could be integrated as a library and were built on top of a RDBMS (specifically SQLite + Postgres for different use cases) as opposed to something like a redis/valkey.

    Edit: I'm also curious if anyone is aware of companies or open source projects that are building with River?