Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any Persistent NoSQL datastore for Flutter?

Tags:

I'm looking for a Flutter NoSQL persistence DB with basic query system. I found sembast

I would like to know alternatives or better solutions

like image 676
fvisticot Avatar asked Nov 01 '18 10:11

fvisticot


People also ask

Does NoSQL keep data consistent?

As such, NoSQL databases sacrifice a degree of consistency in order to increase availability. Rather than providing strong consistency, they provide eventual consistency. This means that a datastore that provides BASE guarantees can occasionally fail to return the result of the latest WRITE.


2 Answers

Sembast would be my top recommendation. It's maintained by tekartik who also maintains the excellent SQFLite package. Sembast is also the most popular embedded NoSQL database on Pub right now (other than Firebase options).

I've trusted tekartik many times in the past with SQFLite among others, he's prompt, polite and incredibly helpful, even with new coders.

like image 175
Nomnom Avatar answered Oct 08 '22 04:10

Nomnom


Have you tried objectdb? "Persistent embedded document-oriented NoSQL database for Dart and Flutter".

like image 20
soupjake Avatar answered Oct 08 '22 04:10

soupjake