Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Realm Database #897

Closed
wants to merge 1 commit into from
Closed

Conversation

mongodben
Copy link

@mongodben mongodben commented Apr 7, 2022

Description

Realm is a mobile database (alternative to SQLite). It's object-oriented and supported by MongoDB. The Flutter SDK recently was released in alpha. There are a variety of other Realm SDKs for other popular mobile development platforms as well.


Checklist

  • I read How to contribute
  • I edited the SOURCE.md file only
  • Added a link to the repo in the PR

Feel free to add this badge to your repository after it's accepted to awesome-flutter.

Awesome Flutter
<a href="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/Solido/awesome-flutter">
   <img alt="Awesome Flutter" src="https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square" />
</a>

@Solido
Copy link
Owner

Solido commented Apr 12, 2022

If I understand Realm is linked to MongoDB and is not free to use?

@mongodben
Copy link
Author

Realm database is free, open source software. You can perform database operations like CRUD, migrations, define schemas, etc without payment (as it's open source). However Realm has some built in integrations with MongoDB for BaaS and sync which are paid.

@Solido
Copy link
Owner

Solido commented Apr 12, 2022

But you have a paid model and
https://www.mongodb.com/docs/realm-legacy/pricing.html

I'm trying to avoid products using the list as a funnel for paid services but does not participate or help financially as they ask for traffic.

@mongodben
Copy link
Author

that link you provided is for a deprecated product. you can find the current docs for the Realm Database SDKs here - https://www.mongodb.com/docs/realm/sdk/

i think we're confusing MongoDB Realm, which is a freemium backend-as-a-service (like Firebase), and Realm database, an open source mobile database (like SQLite). Admittedly, it's very confusing naming.

There is a tight integration between Realm database and MongoDB Realm, but Realm database can be used (and often is used) separately from the MongoDB Realm BaaS. In fact, right now the Realm Flutter SDK only has functionality for the mobile database, not the BaaS.

@Solido
Copy link
Owner

Solido commented Apr 18, 2022

Hi,

I can not accept this link as it is linked to a commercial entity.
It has to be official when promoting any form of company and providing them visibility and traffic. Like we are doing with Stream.

Best regards,
Robert

@Solido Solido closed this Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants