Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one?

My Google search didn't turn up any Mac related GUI's which is why I'm asking here rather than Google.

share|improve this question
11  
As an update: CocoaMySQL is now "Sequel Pro" and it's awesome for MySQL on the mac. It's still being actively developed and they have plans for SQLite and Postgres, but they aren't available yet. – philfreo Apr 4 '11 at 20:44
@philfreo +1 - until that happens, I'm sticking with the command line shell and/or Writing scripts to do what I want. :) – Lester Cheung Dec 15 '11 at 13:47
2  
Sequel Pro is still not SQLite, but here is the link sequelpro.com – nycynik Feb 27 '12 at 19:34

13 Answers

up vote 73 down vote accepted

SQLite Manager for FireFox

share|improve this answer
3  
Hangs on slow running queries and had no cancel query button. I use RazorSQL. – wioota Jan 3 '09 at 17:49
1  
Unless I'm missing something, it doesn't allow you to alter existing tables. – mahdaeng Dec 12 '11 at 20:54
I would say, having used MSSQL, Oracle Toad and phpMyAdmin, SQLiteManager for FireFox is by far the best one I've used. All most common operations are just there in front of you. Recently I began using Sequel Pro which is similar to SQLite Manager for Firefox and seems very clean so far as well (but that's for MySQL, not SQLite yet) – Ege Akpinar Oct 5 '12 at 10:22

Base is younger than your question, and definitely feels like a 1.0, but the user experience is miles better than the experience of using any of the "cross-platform" apps on a Mac.

http://menial.co.uk/software/base/

I recommend you buy a license before the developer realizes he is charging too little for it.

UPDATE: Since December 2008, Base is now up to version 2.1, it has become an excellent product. I don't remember what it used to cost, but I paid for the 1.x to 2.x upgrade. Still highly recommended.

ANOTHER UPDATE: Base is available on the Mac App Store, you may find it useful to read the reviews there.

share|improve this answer
I did :) It's very nice software. – Matthew Schinckel Dec 17 '08 at 0:37
1  
I bought Base and I really love it. Perfect tool. Love all of the native controls. – Sam Soffes Aug 5 '10 at 22:54
1  
nice software but not free. :( – ahmet alp balkan May 12 '11 at 13:20
13  
There are plenty of free alternatives, but they are not as nice. This is not a coincidence. – benzado May 12 '11 at 17:31
just purchased...its a winner – pruett Nov 10 '11 at 23:13
show 3 more comments

I've published a detailed comparison of Base and other SQLite GUI apps.

share|improve this answer

I use Liya from the Mac App Store, it's free, does the job, and the project is maintained (a month or so between updates as of Jan 2013).

I also test a lot on the device. You can access the SQLITE database on the device by:

  1. Add Application supports iTunes file sharing to the info.plist and setting it to YES
  2. Running the app on a device
  3. Open iTunes
  4. Select the device
  5. Select the "Apps" tab
  6. Scroll down to the "File Sharing" section and select the app
  7. The .sqlite file should appear in the right hand pane - select it and "Save to..."
  8. Once it's saved open it up in your favourite SQLITE editor

You can also edit it and copy it back.

EDIT: You can also do this through the Organizer in XCode

  1. Open the Organizer in XCode (Window > Organiser)
  2. Select the "Devices" tab
  3. Expand the device on the left that you want to download/upload data to
  4. Select Applications
  5. Select an Application in the main panel
  6. The panel at the bottom (Data files in Sandbox) will update with all the files within that application
  7. Choose Download and save it somewhere
  8. Find the file in Finder
  9. Right click and select "Show Package Contents"

You can now view, edit, and re-upload the package to your debug device. This can be really handy for keeping snapshots of different states to try out on other devices.

share|improve this answer
This one's a lot newer than any of the others. Looks like it's being developed pretty actively. So compared to the other free options, this looks quite promising. – Neil Traft Jul 28 '12 at 21:20
   
Welp, nevermind. I can't get Liya to display any contents of any table for me. Thank god I use Firefox anyway. I would rescind my upvote, but hey, SO has so many moronic rules now that it won't let me do that!! – Neil Traft Jul 29 '12 at 1:46
Admittedly Liya has a quirky interface. You did remember to select the table and click the big "Go" button at the bottom? – Joony Jul 29 '12 at 9:53
Yeah, with either "Go" or "Run Custom Query" all I could get was an endless busy spinner. I don't know what's wrong. I would definitely use it if I can figure it out. – Neil Traft Jul 29 '12 at 14:02
Why the down-vote? – Joony Jan 10 at 9:14

I am using simple tool for basic sqlite operation called Lita

This tool is based on Adobe Air so that must be installed prior to use of Lita. Adobe air can be downloaded for free from Adobe site.

share|improve this answer
This is a really great tool. I love that it is an Air app, and that I only have to open it when I need it. Really nice simple GUI. Just what I wanted! here is a screen – Gourneau May 24 '11 at 3:14
2  
Unfortunately, it seems it stopped working on Lion. – Mircea Grelus Sep 7 '11 at 13:40
1  
This project is now discontinued :( – Gibron Kury Jan 17 at 8:26

MesaSQLite is the best I've found so far.

www.desertsandsoftware.com

Looks very promising indeed.

share|improve this answer
my vote goes to MesaSQLite too, not the best interface but it works – valexa Sep 29 '10 at 9:16
4  
Website is dead? Not very promising anymore... – badcat May 3 '11 at 14:48
MesaSQLite is a free tool for sqlite on mac. (MesaSQL for windows is not free). Base is beautiful but is too expensive. – nickcheng May 30 '11 at 7:31
1  
Ignore the "website dead" comment. It is up as of the datetime of this comment. – Gibron Kury Jan 17 at 8:27
1  
This was such a pain to use. – Dan Abramov Feb 12 at 13:56
show 2 more comments

That FireFox extension looks pretty nice. I've used SQLite Browser in the past and it did the job.

share|improve this answer
SQLite Browser is kinda old but works just fine, and less of a commitment than firefox plugin (I use Safari, not use firefox) – Robert Gould Sep 21 '08 at 16:43
3  
I like the cross-platform SQLite Database Browser. It's simple and fast. – Adrian Sep 29 '08 at 23:59
3  
And free. Don't forget that part. – jcm Oct 26 '11 at 21:28

I've published instructions for how to run the Firefox SQLite Manager outside of Firefox, since FF hase become so bloated in the last few releases. It's really easy and I've even compiled a DMG for the sqlite gui if anyone wants it.

share|improve this answer
That works really well. Thanks! – Jeff Kelley Oct 12 '10 at 15:31
This is awesome, thanks! – hoitomt Aug 2 '11 at 16:47
Absolutely brilliant! Works perfectly on Snow Leo, and it was so easy... just install the XULRunner framework, drag your SQLite Manager app package to the apps folder, and voila! No need to fuss with the terminal or anything. Now all it needs is a fancy icon! I think I'll steal the one from Base for now... :P – purefusion Aug 5 '11 at 16:37
1  
Doesn't work on Lion. I installed the latest XULRunner, and tried running the app installer myself, and using Jeremy's already made .dmg – Ben P Mar 8 '12 at 2:27

You may like SQLite Professional (App Store).

The app has a few neat features such as:

  • Versions Integration (rollback to previous versions).
  • Inline data filtering.
  • SQLite 2 Compatibility.
  • Exporting options to CSV, JSON, XML and MySQL.
  • Column reordering.
  • Full screen support.

Disclaimer: I'm the developer.

share|improve this answer
I'm seeing v1.0.3 on the AppStore and currently priced at $8.99. Is the free version no longer available? Thanks. – paul_sns Feb 26 at 4:55
1  
@paul_sns, unfortunately the app is no longer free. Here are some promo codes though: PRFKTLYJTE3M, 7PN6FHANKNAJ, KY7KJPTMKJAA, WAFRTR797AWK, 64PY7K36TFY4 and if they run out I can give a promo code to anyone who emails me/support with a link to this page. – Zenox Feb 26 at 11:02

Try a versiontracker search instead. SqliteManager from SQLabs ($49, Mac & Windows) is the one I prefer, but I haven't really evaluated the other alternatives.

share|improve this answer
SQLiteManager from SQLabs. I haven't used it myself, yet, but it looks quite good from the feature list and screenshots. It costs $49. – znq Sep 1 '11 at 13:02
I use SQLite Manager all the time. Marco, the developer is very helpful. Well worth the money – David DelMonte Jan 1 '12 at 18:12

Sqliteman is my current preference: It uses QT, so it's cross-platform. Since I develop on Windows, Linux and OS X, it helps to have the same tools available on each.

I also tried SQLite Admin (Windows, so irrelevant to the question anyway) for a while, but it seems unmaintained these days, and has the most annoying hotkeys of any application I've ever used - Ctrl-S clears the current query, with no hope of undo.

share|improve this answer

Razorsql can handle many kinds of databases.

share|improve this answer
I can attest this is a great product, as I used it through the trial period. – Jack BeNimble Jun 13 '11 at 19:48
Looks great, but Base costs only $20 where this costs $70. – Neil Traft Jul 28 '12 at 21:15

Here's a good comparison table: tandb.com.au

share|improve this answer
this link is broken. – 0x6d64 Jun 19 '12 at 21:30
Link not broken for me. – Neil Traft Jul 28 '12 at 21:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.