From 4986095aaa364bd68dba3b865247d2816bf19df5 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 23 Feb 2025 18:43:51 -0500 Subject: [PATCH] Add litestream to resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90267da..e1ff66a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ The `ratchetd` cmd binary uses Oauth so you will need to create a new Oauth App. ## Additional Resources + +- [SQLite DB backups with LiteStream](https://litestream.io/getting-started/) - [Unit / Integration Testing](https://dev.to/sha254/testing-rest-apis-in-go-a-guide-to-unit-and-integration-testing-with-gos-standard-testing-library-2o9l) - [Graceful Shutdown](https://dev.to/mokiat/proper-http-shutdown-in-go-3fji) - [Content Range Requests](https://web.archive.org/web/20230918195519/https://benramsey.com/blog/2008/05/206-partial-content-and-range-requests/)