
- Sqlite database browser download install#
- Sqlite database browser download download#
- Sqlite database browser download mac#
Currently, the Database Structure tab should be highlighted. But for now, let's take advantage of DB Browser, which is a client specifically designed to make databases seem point-and-click friendly.īring your attention to the nav bar that sits atop the main panel view. Later in this lesson, we'll see that the core concept of "opening a database" does not entitle us to actually seeing the data as we're accustomed to when opening a spreadsheet. And also, to reaffirm the point that what makes data data is its structure, not the program you read it with. In fact, because of its simple structure and small size, this death row data should be in a spreadsheet, where we can use all the powerful spreadsheet techniques – such as sorting, filtering, aggregating – that we're perfectly comfortable with.īut I imported this data into a SQLite database so that it's easier to see how those spreadsheet techniques map as database techniques. There's really nothing about this data that requires it to be in a database.

The data came from this Florida Department of Corrections webpage – I wrote a quickie web-scraper but you can just assume I copied it by hand into a SQLite database file:īut why a SQLite database file? Just by looking at the webpage, you might assume that the tabular death row data can fit in a standard spreadsheet.Īnd you would be right: here's the death row roster as a Google Spreadsheet: But what's a database?īut what is this death row data? Where did it come from? And what makes it a "database" instead of a spreadsheet? DB Browser has the Florida death row roster database opened and ready to explore. If you've followed my steps exactly, your client, i.e. For now, it's more important we acquaint ourselves with the fundamental aspects of a database. I'll cover the interface features specific to DB Browser in another tutorial. Much cleaner! Browsing data in a database So just close it by hitting the X in the corner, or toggling the option in the View submenu: But the right-panel, titled "Edit Database Cell" is not only empty, but will not be particularly useful for the vast majority of our SQLite work.

And for whatever reason, DB Browser defaults to opening two panels. This is just a quick cosmetic action that you can ignore or reverse later: in most programs, I like having just one window open. Try opening the florida-deathrow.sqlite file in DB Browser:Īnd here's what DB Browser looks like when you've launched it while specifying a database file to open: If not, you should be able to right-click the file and specify which program to use for opening a given file. sqlite extension mean? It's just a human-readable label (as all file extensions and names are) to remind us that the file can't be opened in Microsoft Excel or a text-editor.īy convention, when you installed DB Browser for SQLite, DB Browser should have established itself as the default program to open.
Sqlite database browser download download#
But to keep things simple, let's download the following database:Ĭlicking the above link should immediately download the file into your Downloads folder, with this filename by default: I've created a "starter pack" of SQLite databases that are interesting and relatively easy to explore: SQLite Data Starter Packs.Īt the top of the page, you can get a quick overview of what's available. So exit DB Browser and move on to the next step of downloading a pre-build SQLite database file. Just like we can open Microsoft Excel without specifying a file, we can open our database client and start empty. (If you're at around version 3.8, it should look similar and the differences aren't important)
Sqlite database browser download install#
If you've managed to install the latest version, 3.9.1, DB Browser will look something like this: Go to your Applications folder, find the DB Browser for SQLite icon, and double-click it:
Sqlite database browser download mac#
This may include going to your Downloads folder and double-clicking on what you just downloaded.įor Mac users, you'll get the standard popup that asks you to download the funny icon to your Applications folder: Now Install the client by…doing whatever you usually do to install an application. Go to the homepage and download the relevant executable: Download and launch the DB Browser for SQLite client

This section contains a quick-start-click-here-type-this hand-holding walkthrough that should work on a relatively modern computer and operating system, while being understandable by a novice spreadsheet user. If you're completely new to SQLite and databases in general, it may be easier to learn via doing.
