Password Protected SQLite

I password protected my sqlite database. Trying not to let user easily update or copy the data in it. However, I didn’t find any parameter or api in sqlite3.open(path) to allow me to open or access the protected database. I am not sure if corona support password protected sqlite? or is there any method I could use to protect my offline data?