diff --git a/README.md b/README.md index 5c2c47f..253c6cf 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,14 @@ The awesome list of things. #### Articles - [Keyset Cursors, Not Offsets for Postgres Pagination](https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/) +### SQLite + +- [Litesync](https://litesync.io/en/sqlite-synchronization.html): Remote syncing of sqlite databases + +#### Articles + +- [Sensible Sqlite defaults](https://briandouglas.ie/sqlite-defaults/) + ## General Web - [Plain Vanilla](https://plainvanillaweb.com/index.html): An explainer for web development using only vanilla techniques. No tools, no frameworks — just HTML, CSS, and JavaScript. @@ -182,7 +190,6 @@ The awesome list of things. ## Articles -- [Sensible Sqlite defaults](https://briandouglas.ie/sqlite-defaults/) - [Comprehensive List of Versioning Schemes in Open Source](https://nesbitt.io/2024/06/24/from-zerover-to-semver-a-comprehensive-list-of-versioning-schemes-in-open-source.html): From ZeroVer to SemVer - [An animated introduction to Fourier Series](https://www.andreinc.net/2024/04/24/from-the-circle-to-epicycles): Super detailed explaination of Fourier Series. - 🌟[The Notifier Pattern for Applications That Use Postgres](https://brandur.org/notifier)