I need to get the id from the future element insert in my table. I have an autoincrement id. await db.execute(‘CREATE TABLE Product(Id INTEGER PRIMARY KEY AUTOINCREMENT, Name TEXT)’); Imagine this …
I need to get the id from the future element insert in my table. I have an autoincrement id. await db.execute(‘CREATE TABLE Product(Id INTEGER PRIMARY KEY AUTOINCREMENT, Name TEXT)’); Imagine this …