How to access an encrypted sqlite database?

I use SQLCipher to encrypt the database. I then use the database for WPF developed app (Net 5.0).
Is there a free way how I can decrypt the database in Visual Studio so that the data can be accessed?