isar
drift
isar | drift | |
---|---|---|
20 | 13 | |
3,554 | 2,551 | |
2.1% | - | |
5.6 | 9.8 | |
about 2 months ago | 2 days ago | |
Dart | Dart | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
isar
-
SQLite Isn't Enough
I would have appreciated some more details on the benchmark. SQLite has notoriously slow writes in the default journal mode, but proper configuration and WAL/WAL2 mode should be a starting point for any comparison.
It's the first time I've heard of Isar[1] though. I'm always surprised at how many solid-but-underused Apache projects are out there, chugging along.
[0] https://phiresky.github.io/blog/2020/sqlite-performance-tuni...
[1] https://isar.dev/
-
Picking my poison for semi-structured data persistence in Flutter: Isar, ObjectBox, Realm, and Sqflite
I have a few flutter projects that have used Hive and have been fairly happy with it (except for a recent schema change that crashed production...but a story for another time), though will need support for more structured queries for a future project. Isar seemed to fit the ticket: made by same developer, nice API, supports queries, etc, except there is an ongoing discussion raising concerns I share. In short, it is not actively maintained, or at least inconsistently maintained. Isar v4 is on the horizon, but not ready for production, while v3 seems to have some serious bugs. It seems like a great project by a talented developer, but having only a single contributor is a serious risk.
- Flutter and databases
- All local database options for Flutter
-
[My First App] that let's you quickly track any activity and see the progress/history.
Tracking stuff helps me in being motivated and can be the decision point if I do something or not. I'm sure there are some flaws in the app, so I'll be grateful for every feedback. It's written in Flutter. - [Isar](https://isar.dev/) for database. - [Stacked](https://pub.dev/packages/stacked) for the architecture. - [Syncfusion](https://pub.dev/packages/syncfusion\_flutter\_charts) for the charts. Here are some links, if anyone is interested: [Youtube video link](https://www.youtube.com/watch?v=dgQUU8AmtkY) [Play Store Link](https://play.google.com/store/apps/details?id=com.vinsho.tally\_tracker)
-
[First App} that let's you quickly track any activity and see the progress/history.
- Isar for database. I tried sqflite and hive but ended up with Isar.
-
Best Database to store messages offline
Hive is a good option. Though I would also suggest checking out isar which is really powerfull offline storage db and its quite fast. Its built by the author of Hive himself so its quite reliable. https://isar.dev/
- The point of using Rust with Flutter
-
Any gotchas in using Isar database?
Read here: https://github.com/isar/isar/issues/686
-
Hi, what do you recommend to use instead of the hive as a NoSQL solution?
I'd definitely recommend looking at Isar, https://isar.dev/.
drift
-
Offline-first storage options with sync
I don't have a preference for SQL vs NoSQL; the app data is simple enough (think something like a note-taking app that can sync if you have multiple devices) that I do not think it matters. However, it would be really nice if direct device-to-device sync is supported so I don't need to bother with accounts or cloud. Some of the options I've found: - Couchbase Lite for Dart - sync is an enterprise feature, but Couchbase Lite for Dart is a community-built solution. Not sure how well that will work. - firebase - doesn't seem offline-first, just allows for temporary loss of connectivity - realm with Device Sync - seems most promising - ObjectBox Sync - no user-specific data sync. All data is sent to all app users! - drift + roll my own sync: yikes!
-
Sincere Advice - Flutter Windows
I have been using drift (since back when it was still called moor) for a long time now and really like it. The developer is responsive and quickly updates his package when new Dart versions come out.
- Any ORM like Eloquent or a Dart Framework?
- What orm library for sqlite is recommended in Flutter?
-
Lets Build Query Migration database builder
There are a few people using https://github.com/simolus3/drift/tree/develop/extras/drift_postgres
-
Concurrent collaboration via a synced data object
You could try https://github.com/simolus3/drift/ with https://litesync.io/en/ it would be uncharted territory but if it worked it would be really interesting. The forum, https://litesync.io/forum/?q=mobile says its available for React Native. So it would probably work just fine in Dart. It does not support ConflictResolution. It appears you can evaluate it for free and the license cost is fairly inexpensive.
-
How I built and published a Flutter app in 48 hours
For an expense tracking app, we need to store the user's expenses and categories. At least for the first version, we're just going to store the data locally on the user's device. For this, I went with Drift, which is built on top of sqflite. For less critical data such as the theme and user preferences, shared_preferences is used instead.
- local db that's streamy and reactive like firestore
-
Floor - Room Equivalent In Flutter [Discuss]
I'd personally take a look at Drift instead. I've used it on a few different commercial projects now and it's very well built, one of the gems of the Flutter community IMO: https://drift.simonbinder.eu/
-
reading from database
I'd run with Moor/Drift all the way then. https://drift.simonbinder.eu/
What are some alternatives?
Hive - Lightweight and blazing fast key-value database written in pure Dart.
realm-dart - Realm is a mobile database: a replacement for SQLite & ORMs.
floor - The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
flutter_deer - 🦌 Flutter 练习项目(包括集成测试、可访问性测试)。内含完整UI设计图,更贴近真实项目的练习。Flutter practice project (including integration testing and accessibility testing). Contains complete UI design drawings for a more realistic practice project.
objectbox-dart - Flutter database for super-fast Dart object persistence
flutter_local_notifications - A Flutter plugin for displaying local notifications on Android, iOS, macOS and Linux
mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
plugins - Plugins for Flutter maintained by the Flutter team
reactive_forms - This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms
sweyer - Music player built with Flutter
fish-redux - An assembled flutter application framework.