go-flutter-plugin-sqlite
go-flutter-plugin-sqlite copied to clipboard
try implement go version sqlite channel for flutter sqflite plugin[desktop only]
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.