-
**Question**
Is it advisable to use Sembast for nested data and if so, what is the best practice on modeling it?
**Description**
In a situation where the data looks like this:
`Company -> Projec…
-
Hi,
Is there some way to allow `null` as the key of a stored Map?
For example if I have some `Map` and try to insert it I get an error.
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unh…
-
It seems DateTime type is not supported. I get an exception when trying to add document with DateTime type.
Do I need to serialize DateTime properties ?
How to make a query based on time ?
-
When trying to compile and run my app using sembast in profile mode for the web, I get a strange error message in the browser console:
Uncaught SyntaxError: Unexpected token '|' in line ...
…
-
Existing readme details that old version of any resource is preserved in `_history`, but there is no (documented?) interface to access those copies for read or, possibly, purge as outdated.
-
I just want to keep log files for the latest 7 days, all the log beyond that time will be automatically deleted
Has it been supported, and how to config it?
-
@alextekartik, thanks for your great sqflite package.
I've studied your other projects and I think that in the current "Flutter for web is in beta" period, integrating some of your existing projec…
-
For example sembast_data_store.dart line 157
`The value
The return type 'dynamic' isn't a 'bool', as required by the closure's context.dart(return_of_invalid_type_from_closure)`
flutter doctor …
-
This is required by GDPR
-
I have a project (https://github.com/tekartik/sembast.dart) that does not compile with dartdevc if implicit-casts: false is set (in my project!)
```
Error compiling dartdevc module:logging|lib/lib…