From 4b2a57d303a51663574bb2eb1240ab57b0ad7bca Mon Sep 17 00:00:00 2001 From: Uwe - ObjectBox <13865709+greenrobot-team@users.noreply.github.com> Date: Mon, 27 May 2024 14:25:12 +0200 Subject: [PATCH] Add ObjectBox, Moor renamed to Drift --- source.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source.md b/source.md index ee55dfe..7c5baf8 100644 --- a/source.md +++ b/source.md @@ -473,8 +473,9 @@ If you appreciate the content 📖, support projects visibility, give 👍| ⭐| ### Storage - [Sqflite](https://github.com/tekartik/sqflite) - SQLite flutter plugin by [Alexandre Roux](https://www.linkedin.com/in/alextekartik/) -- [Moor](https://github.com/simolus3/moor) - Moor is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [ +- [Drift](https://github.com/simolus3/drift) - Drift is an easy to use, reactive, typesafe persistence library for Dart & Flutter by [ Simon Binder](https://github.com/simolus3) +- [ObjectBox](https://github.com/objectbox/objectbox-dart) - On-device database for fast cross-platform Dart object persistence by [ObjectBox](https://github.com/objectbox) ### Services