Learn how to run SQLite directly on Amazon S3 using an Archil disk
SQLite is an open-source in-process SQL database engine that makes it
easy to build portable, self-contained databases. Because SQLite stores each database in a single file, it’s
already simple to use with Archil.This guide will walk you through the steps on how to run a SQLite database on Archil, to avoid the need to
worry about capacity limits or performance. For organizations which create a single SQLite database per user,
Archil makes it easy to only pay for the databases which are actively being used.