kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Question: Serverless? #37

Closed natgross closed 3 years ago

natgross commented 3 years ago

Silly question #1: Can I use this realm db package as a local database? Silly question #2: Can I use it with a 'normal' Mongo (in-house) server? Or do I need a regular Atlas project and login for this software?

kfiross commented 3 years ago

Hi @natgross , I'm happy you interested :) The answer for both questions is that this package is online-based (as mentioned in #36 , #25). I'm pretty sure you should try this package: https://pub.dev/packages/mongo_dart which will answer your needs

natgross commented 3 years ago

I am looking for local-db on device but also with a server. Um Something like.... Realm! :) Will sit tight I guess...