Im using Sql_conn package to connect and display data from DB-> https://pub.dev/packages/sql_conn/score
And I wanted to know if I can somehow UPDATE Table Fields with this package (I haven't found any info, there is only Read and Write function)
And if there is no way I can UPDATE tables, how can I do it, is there other solutions?
(P.S: I heard about SQLlite, but don't know what it reperesents)