sqlfiltebrite is a dart lang implement of square/sqlbrite that base on tekartik/sqflite.
-
Read the sqflite's ReadMe
-
Read the sqlbrite's ReadMe
-
See example.
sqlfiltebrite support nested transation
that not supported by tekartik/sqflite (Issue#146).
nested transation
in sqlfiltebrite is a simulation of the nest transaction that not a real one.
How works? See Example.