-
I am using a single instance of my database with `VmDatabase` as executor.
When the app starts , data is loaded from remote and inserted into the database in several transactions.
If I hot restart…
-
My test code:
```
import 'package:flutter_test/flutter_test.dart';
import 'package:sembast/sembast.dart' as sdb;
import 'package:sembast_db/sembast_db.dart';
import 'package:sembast_sqflite/sem…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
Flutter 1.5.4-1.8.1
Although mentionned in the comment, the `solo` flag is not a parameter of the`test` and `group` function. Here for test:
https://github.com/flutter/flutter/blob/c8f37a2f49a4637…
-
I recently added Sembast to a fork of the hive benchmark, and I wanted to make sure that I have implemented it correctly. You can view the change comparison here:
https://github.com/hivedb/hive_be…
-
I have the setup database like this:
```
if (kIsWeb) {
var db = await databaseFactoryWeb.openDatabase('myDatabase.db'');
} else {
var root = final documentPath = await getApplica…
-
Hi,
I want to encrypt the database file but many of my users have already their databases not encrypted.
Is there a way to check if the database file is encrypted and if not call "encrypt"?
T…
-
I'm saving data objects in sembastdb and reading them again and then they come back as dynamic. Normally, Dart makes it easy to cast dynamic objects to their real type.
This doesn't seem to work wi…
-
I create a logo for the project using the concept about DB and NoSQL. This is the image and the source in SVG. Thanks for the project.
![rect7910](https://user-images.githubusercontent.com/73236147…
ghost updated
1 month ago
-
Hi,
We want to clear the data when user logs out, and we notice that it would take a long time to perform record deletions for 5 different store in the same database.
Delete record count: 67916…