Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Drift Alternatives
Similar projects and alternatives to drift
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
mobx.dart
MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
postgresql-dart
Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse. (by simolus3)
-
reactive_forms
This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular's Reactive Forms
-
-
drift discussion
drift reviews and mentions
-
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/
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 12 Dec 2024
Stats
simolus3/drift is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of drift is Dart.