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/)