From c8675f6ab8b9d3134b9f9cd57a562623bf3893f5 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 5 Jul 2025 13:32:55 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7e03b5b..9d8d4ab 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ The awesome list of things. - [Pure Micropython Display Driver](https://blog.lvgl.io/2019-08-05/micropython-pure-display-driver): Micropython API to *any* C library! Walk through shows specifically how to add ILI9341 LED Display support to micropython using an existing C lib. +## Sqlite +- [Starbasedb](https://starbasedb.com/) StarbaseDB is an open-source, scale-to-zero, HTTP SQLite database built on top of Cloudflare Durable Objects. +- [High precision date-time for sqlite](https://antonz.org/sqlean-time/) +- [SQLite-vec](https://github.com/asg017/sqlite-vec): Vector search extension in sqlite +- [Litesync](https://litesync.io/en/): LiteSync allows your applications to easily keep their SQLite databases synchronized + ## CNC - [MIT Fablab Speeds/Feeds Calculator](https://pub.pages.cba.mit.edu/feed_speeds/)