psqlite 2.1.0 psqlite: ^2.1.0 copied to clipboard
PSQLite is a wrapper to work with SQLite databases in a simpler, more intuitive and scalable way for any Flutter project.
2.1.0 #
- Dependencies updated.
- deleteElement method now returns a boolean on the success of the operation.
- deleteElements method has been added to delete all elements that match the filter.
- The getElementsWhere method has been renamed to getElements with a where parameter.
- Unit Test updated.
2.0.2 #
- Example project added.
2.0.1 #
- Update dependencies.
- Optimized filters.
- Minor errors fixed.
2.0.0 #
- Coverage improved(98% lines covered).
- FilterDb added as a wrapper of a filter.
- ConditionDb added used a condition of a filter.
- When a TableDb is initialized automatically detect duplicated column names.
- ColumnDb has modified their properties as privates and improved their names.
- Simplification
1.1.0 #
- PSQLite properties can be modified after initialize.
1.0.0 #
- First release