Skip to content

Commit 37d32fa

Browse files
authored
Merge pull request astaxie#732 from justinclift/patch-1
Update SQLite mgmt tool link with something actively maintained
2 parents efceac8 + f95425a commit 37d32fa

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)