diff --git a/app/(main)/blog/posts/introducing-bytes/content.mdx b/app/(main)/blog/posts/introducing-bytes/content.mdx index 268a02d1..c7ff8e07 100644 --- a/app/(main)/blog/posts/introducing-bytes/content.mdx +++ b/app/(main)/blog/posts/introducing-bytes/content.mdx @@ -79,7 +79,8 @@ goals. With these goals in mind, I decided that it would make the most sense to host the content for bytes in a separate repo. These files get indexed into -a MySQL database (thanks PlanetScale) which makes it very simple to search +a [SQLite](https://www.sqlite.org) database (backed by +[LiteFS](https://fly.io/docs/litefs)) which makes it very simple to search and reduces the dependency on using the GitHub API for requests. Not to mention that searching through raw files on GitHub is kind of tricky if you want to build any kind of search experience.