Dkam's Blog
  • Home
  • TIL
  • Booko
  • Resume

SQLite

A collection of 2 posts
SQLite

Hybrid Databases in Rails: Using SQLite Alongside PostgreSQL

My Rails site Booko has several ancillary services which support it. There's the Cover Art system which downloads and resizes book cover art. CSV-to-API service which downloads CSV files of book prices and turns them into an API for Booko to use. The latest of these, which I&
09 May 2025 2 min read
TIL

Deploying Rails + SQLite with Kamal

Today I learnt about Kamal's ability to map Docker volumes into containers. When you're using SQLite, without using volumes, your SQLite database will be trapped inside your image, forever being replaced every time you deploy your app. Rails 8 seems to like storing SQLite databases in
24 Jan 2025 1 min read
Page 1 of 1
Dkam's Blog © 2025
Powered by Ghost