DB Browser for SQLite for Microsoft Windows systems
DB Browser for SQLite provides a
data
base management system (DBMS) for
SQLite databases on a
variety of operating systems. It is available for Microsoft Windows operating
systems—there is even a
portable
application version that does not have to be installed, but instead
can be run from a
USB flash drive. The software is also available for macOS—see
DB Browser for SQLite on OS
X— and Linux systems.
SQLIte itself is a
relational database management system (RDBMS) available
for a variety of operating systems. SQLite is freely available under a
public domain license and DB Browser for SQLite is also freely available under
a
GNU
General Public License (GPL). DB Browser for SQLite provides the underlying
SQLite software, so you don't need to install SQLite on a system prior to
installng DB Browser for SQLite.
[More Info]
[/software/database/sqlite/db_browser]
permanent link
DB Browser for SQLite upgrade to version 3.9.1 on Mac OS X
I upgraded the version of DB Browser for
SQLite on my MacBook Pro today to the latest version, 3.9.1v2. Before
upgrading, I had version 3.8.0 on the system. When I checked the version from
a command line interface, i.e., a
Terminal window, using the
system_profiler
command, I didn't find any references to the program when I searched for
"SQLite:", but I saw the version number listed for "sqlitebrowser."
$ system_profiler SPApplicationsDataType | grep -i "SQLite:" -A 2
$ system_profiler SPApplicationsDataType | grep -i "Browser:" -A 2
sqlitebrowser:
Version: 3.8.0
$ system_profiler SPApplicationsDataType | grep -i "sqlitebrowser" -A 2
sqlitebrowser:
Version: 3.8.0
--
Location: /Applications/sqlitebrowser.app
Get Info String: DB Browser for SQLite
$
[ More Info ]
[/software/database/sqlite/db_browser]
permanent link