File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ title: DB Browser for SQLite
14
14
_ DB Browser for SQLite_ (DB4S) is a high quality, visual,
15
15
[ open source] ( https://github.com/sqlitebrowser/sqlitebrowser ) tool
16
16
designed for people who want to create, search, and edit
17
- [ SQLite] ( https://www.sqlite.org/ ) database files.
17
+ [ SQLite] ( https://www.sqlite.org/ ) or [ SQLCipher ] ( https://www.zetetic.net/sqlcipher/ ) database files.
18
18
DB4S gives a familiar spreadsheet-like interface on the database
19
19
in addition to providing a full SQL query facility.
20
20
It works with [ Windows] ( ./dl#windows ) ,
@@ -39,6 +39,7 @@ Controls and wizards are available to:
39
39
* Issue SQL queries and inspect the results
40
40
* Examine a log of all SQL commands issued by the application
41
41
* Plot simple graphs based on table or query data
42
+ * Add, change, remove SQLCipher encryption from database files
42
43
43
44
## Current Status
44
45
You can’t perform that action at this time.
0 commit comments