sqlite_flutter_pcl 0.0.35
sqlite_flutter_pcl: ^0.0.35 copied to clipboard
is a Flutter library that simplifies SQLite database management in your applications. It provides a clean and intuitive API for creating, reading, updating, and deleting database records, making it ea [...]
0.0.35 #
- Added ISQLiteItem
@override String toJoinString() { return '${title ?? ""}|${value ?? ""}'; }
0.0.34 #
- Removed
SQLiteConnection.formatDateWithSeconds(Date? date)
0.0.33 #
- Added
SQLiteConnection.formatDateWithSeconds(Date? date) - Output:
Dec-12-2024-10:38:35 AM - Can be used to compare the
date_updatedbetween the server'sdate_updatedand the localdate_updatedto detect any changes that have been pushed.
0.0.32 #
- fixed toListWhereValuesAre() return empty
0.0.31 #
- Readme updated.
0.0.30 #
- Reversed the changelog order.
0.0.29 #
- Added toListWhereValuesAre()
- Added getBatch()
0.0.28 #
- Added getFirstItem()
0.0.27 #
- InsertAll fixed
0.0.26 #
- InsertAll updated
0.0.25 #
- Added doc
0.0.24 #
- Added toListWhere
0.0.23 #
- Added backup and paginate
0.0.22 #
- Added wereSingle. for single query
0.0.14 #
- Added some documentation code.
0.0.9 #
- Added multiple items.
0.0.1 #
- Release sample.