Skip to content

Commit f95425a

Browse files
authored
Update SQLite mgmt tool link with something actively maintained
1 parent 2f26d5c commit f95425a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/05.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The above example shows how you fetch data from the database, but when you want
141141
As it is clear from the above block of code, you first prepare a statement, after which you execute it, depending on the output of that execution then you either roll it back or commit it.
142142

143143

144-
As a final note on this section, there is a useful SQLite management tool available: [http://sqliteadmin.orbmu2k.de/](http://sqliteadmin.orbmu2k.de/)
144+
As a final note on this section, there is a useful SQLite management tool available: [http://sqlitebrowser.org](http://sqlitebrowser.org)
145145

146146
## Links
147147

0 commit comments

Comments
 (0)