SQLite3 Read Only

Hi,

I would like to open a sqlite3 only in read. Actually I have this, and I
think I have an access mode in read and write :

db = SQLite3::Database.open(“database.sql3”)

Thanks for you help…