

- Drop table sqlite browser install#
- Drop table sqlite browser upgrade#
- Drop table sqlite browser zip#
The project is managed on github, so I went ahead and posted an issue.
Drop table sqlite browser zip#
As a result, ID codes like FIPS or ZIP Codes lose their leading zeros and are saved as integers. Even though the import screen gives you the option to specify that values are quoted, my quoted numeric fields were still saved as numbers and not text. I was using the nightly build version without realizing it, and when importing a CSV file the database takes a best guess as to what the data types for the columns should be. I encountered a few quirks, but nothing insurmountable. A nice safety feature, especially for db novices.

So when you create, modify, or drop records, columns, or tables you see the result, but the act isn’t final until you commit the changes. One interesting addition is that there’s actually a Save (Write Changes) and Undo button. You can import and export data as CSV (or any delimited text file) or SQL files, and you can save the results of SELECT queries as CSV. The Execute SQL window has auto-complete and color-coded syntax, and you can see the database schema in one tab as you write your SQL in another (making it easy to reference table and column names). The Browse Data window makes it easy to quickly thumb through, sort, and filter records and to edit individual values by hand. It provides a number of convenient tools and menus that you can use in place of writing SQL DDL, and in some cases it expands the functionality of SQLite by enabling a number of ALTER TABLE commands that are not part of SQLite SQL (like renaming and dropping columns).
Drop table sqlite browser install#
It was easy to install and has a clean interface. It runs on Windows, Mac, and Linux and there’s a version for mobile. Hello DB Browser for SQLite!Īfter searching through many alternatives I discovered the DB Browser for SQLite.

While it still works on the Firefox Extended Support Release, in the long run the writing is on the wall.
Drop table sqlite browser upgrade#
An upgrade it highly unlikely, as a few things changed under the hood of Firefox that makes the plugin unusable. Since it was a Firefox plugin it was guaranteed to work on any operating system, and since Firefox is installed on machines across my campus I knew I could rely on it for creating data extracts for students and faculty – I’d package data up in SQLite and send it to them along with a link to the plugin.įirefox goes through about a million versions a year these days, and after a major upgrade last fall (to Firefox Quantum) most of the existing plugins, including the SQLite Manager, were no longer compatible. It had good support for importing and exporting csv files, color coding of cells based on data types, and a convenient feature for cycling back and forth between your SQL statements. The SQLite Manager was a plugin for Firefox that allowed you to create and interact with SQLite databases with a simple yet highly functional interface. Late last year, I discovered that my favorite SQLite GUI was defunct.
