Sqflite Crud And Transactions

Use when reading or writing rows with package:sqflite: execute, insert, query, update, delete and their raw variants (rawInsert, rawQuery, rawUpdate, rawDelete), where/whereArgs binding, ConflictAlgorithm (upsert with replace/ignore), transaction (txn) and rollback, Batch commit/apply, queryCursor/queryIterate for large results, SqfliteSqlCommand, supported column types (int, num, String, Uint8List, no bool/DateTime), reserved-name escaping (escapeName), Sqflite.firstIntValue for COUNT(*), and DatabaseException handling (isUniqueConstraintError, isNoSuchTableError).

tekartik Updated

File contents

tekartik/sqflite/tree/main/sqflite/skills/sqflite-crud-and-transactions commit f089d8ecd9

Frequently asked questions

npx skillmds@latest add tekartik/sqflite-crud-and-transactions