About the App
SQLite Studio is an IDE for software developers that use SQLite, the free, open-source, single-user database engine that is used by a wide variety of software. SQLite Studio has a clean, elegant design for working with tables, views, indexing and triggers. It also has a full featured SQL editor with code completion and syntax highlighting. Install SQLite3 on Mac OS X. Now a days Most of the Mac OS X distributions, if not all, are being shipped with Sqlite. So before installing Sqlite manually, its not a bad idea to check if the sqlite is installed on your Mac OS X system or not. So open your terminal and type sqlite3 in it. SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world. SQLite is built into all mobile phones and most computers and comes bundled inside countless other applications that people use every day.
- App name: sqlite-analyzer
- App description: Analyze how space is allocated inside an SQLite file
- App website: https://www.sqlite.org/
Install the App
Install Sqlite Studio Mac
Sqlite Studio Mac
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install sqlite-analyzer
Done! You can now use sqlite-analyzer
.