---
title: "Sqlite & Rails in Production"
url: https://daily.dev/posts/sqlite-rails-in-production-5tds5taev
source_url: https://fly.io/ruby-dispatch/sqlite-and-rails-in-production/
type: article
source: "Ruby Dispatch"
published: 2023-09-12T19:46:25.163Z
updated: 2023-09-12T19:46:24.158Z
tags: ["database", "sql", "rails", "redis", "sqlite"]
reading_time: 7
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Sqlite & Rails in Production

**[Ruby Dispatch](https://daily.dev/sources/rubydispatch)** · 7 min read · 4 upvotes · 0 comments

## Summary

Sqlite and Litestack run as separate processes that need to be monitored. Usually these processes are running on a separate server that’s accessed over a network connection, which can also break. You’ll either have to deal with that complexity yourself or pay to have it managed with services like Upstash Redis.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://fly.io/ruby-dispatch/sqlite-and-rails-in-production/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#sql](https://daily.dev/tags/sql), [#rails](https://daily.dev/tags/rails), [#redis](https://daily.dev/tags/redis), [#sqlite](https://daily.dev/tags/sqlite)

[View this post on daily.dev](https://daily.dev/posts/sqlite-rails-in-production-5tds5taev)
