I created an application that queries an SQLite database. The tables in the database have taken months to fill.

Is there a way to protect my data from thieves. I do not want them to just open up the database and taking my work.

To be precise can one put a password on an SQLite database.