---
title: "I'm All-In on Server-Side SQLite · The Fly Blog"
description: "!https://fly.io/blog/all-in-on-sqlite-litestream/"
date: 2023-09-30
published: true
tags:
  - data
  - database
  - python
  - sqlite
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://fly.io/blog/all-in-on-sqlite-litestream/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://fly.io/blog/all-in-on-sqlite-litestream/assets/litestream-cover.webp" alt="I&#39;m All-In on Server-Side SQLite — Ben Johnson has joined Fly.io" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">I&#39;m All-In on Server-Side SQLite</div>
      <div class="embed-card-description">Ben Johnson has joined Fly.io</div>
      <div class="embed-card-meta">Fly &middot; fly.io</div>
    </div>
  </a>
</div>


SQLite is the next big database trend.  with more horizontal scaling, close to user read heavy applications, having your database in the same application stack makes a lot of sense.  Tools like litestream are going to enable global distribution in an impressive way.
