drift VS goose

Compare drift vs goose and see what are their differences.

drift

Drift is an easy to use, reactive, typesafe persistence library for Dart & Flutter. (by simolus3)

goose

Just as geese migrate, you too can migrate your code with the help of Goose. (by wolfenrain)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
drift goose
13 1
2,369 29
- -
9.7 3.5
7 days ago 8 months ago
Dart Dart
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

drift

Posts with mentions or reviews of drift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Offline-first storage options with sync
    3 projects | /r/FlutterDev | 11 Jul 2023
    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
    1 project | /r/FlutterDev | 15 May 2023
    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?
    3 projects | /r/dartlang | 27 Apr 2023
  • What orm library for sqlite is recommended in Flutter?
    1 project | /r/FlutterDev | 24 Apr 2023
  • Lets Build Query Migration database builder
    2 projects | /r/dartlang | 17 Apr 2023
    There are a few people using https://github.com/simolus3/drift/tree/develop/extras/drift_postgres
  • Concurrent collaboration via a synced data object
    1 project | /r/flutterhelp | 6 Mar 2023
    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
    1 project | dev.to | 16 Jan 2023
    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
    1 project | /r/flutterhelp | 1 Jun 2022
  • Floor - Room Equivalent In Flutter [Discuss]
    2 projects | /r/FlutterDev | 4 May 2022
    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
    1 project | /r/flutterhelp | 20 Feb 2022
    I'd run with Moor/Drift all the way then. https://drift.simonbinder.eu/

goose

Posts with mentions or reviews of goose. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.

What are some alternatives?

When comparing drift and goose you can also consider the following projects:

Hive - Lightweight and blazing fast key-value database written in pure Dart.

flutter-go - flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档

floor - The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications

dio - A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapters, etc.

objectbox-dart - Flutter database for super-fast Dart object persistence

gsy_github_app_flutter - Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp系列的优势:我们目前已经拥有Flutter、Weex、ReactNative、kotlin 四个版本。 功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。跨平台的开源Github客户端App,更好的体验,更丰富的功能,旨在更好的日常管理和维护个人Github,提供更好更方便的驾车体验Σ( ̄。 ̄ノ)ノ。同款Weex版本 : https://github.com/CarGuo/GSYGithubAppWeex 、同款React Native版本 : https://github.com/CarGuo/GSYGithubApp 、原生 kotlin 版本 https://github.com/CarGuo/GSYGithubAppKotlin

isar - Extremely fast, easy to use, and fully async NoSQL database for Flutter

plugins - Plugins for Flutter maintained by the Flutter team

mobx.dart - MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

fish-redux - An assembled flutter application framework.

FlutterExampleApps - [Example APPS] Basic Flutter apps, for flutter devs.