Third party SQLite browers

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Peter K
Posts: 63
Joined: Sat Apr 09, 2011 9:33 pm

Third party SQLite browers

Post by Peter K » Thu Jun 16, 2011 5:22 pm

Has anyone downloaded, purchased or reviewed any third party SQLite browers? I googled SQLite browsers and a few came up. They seem to make it easier to set up databases and tables, to view data, to add or delete columns and to move data into tables (i.e. some of them support multiple types of file formats that they can import).

I've got a lot of data coming from multiple sources with different formats and I thought that this might be easier than writing things from scratch.

Any feedback would be appreciated.

Thanks,

Peter

jharris
Posts: 84
Joined: Wed Jan 26, 2011 3:28 am

Re: Third party SQLite browers

Post by jharris » Thu Jun 16, 2011 6:17 pm

I use Sqlite Expert on Windows. Been using it for a couple of years and I love it. There is a free version and a paid version, but it is Windows only.

jharris
Operating System: macOS Monterey Version 12.5
LiveCode Version: 9.6.8

Peter K
Posts: 63
Joined: Sat Apr 09, 2011 9:33 pm

Re: Third party SQLite browers

Post by Peter K » Thu Jun 16, 2011 7:44 pm

Thanks for the info. Does anyone know of something that runs on a Mac?

Peter

dglass
Posts: 519
Joined: Thu Sep 24, 2009 9:10 pm
Contact:

Re: Third party SQLite browers

Post by dglass » Thu Jun 16, 2011 7:48 pm

SQLite Manager (sqlabs.com)
SQLvue (logicalvue.com)

There's also a Firefox plugin.

townsend
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 430
Joined: Sun Feb 13, 2011 8:43 pm

Re: Third party SQLite browers

Post by townsend » Fri Jun 17, 2011 3:03 pm

Firefox Addon: https://addons.mozilla.org/en-US/firefo ... e-manager/
Navicat: http://www.navicat.com/en/products/navi ... rview.html
SourceForge: http://sourceforge.net/projects/sqlitemanager/
SQLite Expert: http://www.sqliteexpert.com/
Many Others: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools

I was thinking of buying Navicat's SQLite manager.
But that SQLite Expert Pro also has an interactive
Query builder AND many more other features.

Post Reply