Reputation: 31
Is there any SQLite Administration Tool which provides System.Data.SQLite encryption support other than SQLite Expert Professional?
I'm asking this because the SQLite Expert Professional app throws errors when trying to create foreign keys.
Upvotes: 0
Views: 1037
Reputation: 387
https://sqlitestudio.pl/index.rvt?act=download
i have found this one really helpful as well as free and very very convinient...
Upvotes: 1
Reputation: 94
SQLite2009 Pro Enterprise Manager - it's free and works for my system.data.sqlite encrypted databases (pick 'Compatible with ADO.NET provider' when entering db key) http://sqlite2009pro.azurewebsites.net/
My manager of choice is the FireFox SQLite Manager extension, but this doesn't support encryption yet...
Upvotes: 2
Reputation: 20572
You can try DataDevelop it uses the current System.Data.SQLite library that supports encryption via Password either in clear-text or binary.
Upvotes: -1