go-flutter-plugin-sqlite icon indicating copy to clipboard operation
go-flutter-plugin-sqlite copied to clipboard

try implement go version sqlite channel for flutter sqflite plugin[desktop only]

Results 3 go-flutter-plugin-sqlite issues
Sort by recently updated
recently updated
newest added
trafficstars

Normal insertion works, but Batch insertion returns exception. It seems batch implemented in go-flutter sqlite plugin, but not working. `go-flutter: handler for method 'batch' on channel 'com.tekartik.sqflite' returned an error:...

i was inserted Date time field using Default option in database creation (CURRENTTIMESTAMP) But on selecting data after insert gives an error. Create query : `CREATE TABLE 'data' ('ID' INTEGER...

> After hover build , released application migrate to another PC . Application run into another machine showing message database file not found.