$user=ORM::forTable('users')->where('usermail',$email)->findOne(); $user->set('email',$email); $user->set('password',$password); $user->save(); There is a code. You need to update the sqlite entry through idiorm. When I try to do this, I get the following error: Primary key ID is missing from row or is null idiorm
I read somewhere that I need to configure something, but I did not understand it, so I am writing here asking for help!