SQLite Browser

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Xombie
Addict
Addict
Posts: 898
Joined: Thu Jul 01, 2004 2:51 am
Location: Tacoma, WA
Contact:

SQLite Browser

Post by Xombie »

Playing around with a simple SQLite browsing program. I never really liked the one from SourceForge ( http://sourceforge.net/projects/sqlitebrowser/ ) so I made my own simple one.

Currently lets you open a SQLite database, run queries, save & load them and browse the results. Right-clicking on a table name lets you do a quick "View Data".

It uses the xList component so you can filter the results and do other stuff by right-click column names. Sortable and all that as well.

Hope it's useful for others. I may add things to it later.

Download: http://www.seijin.net/storage/SQLite/SQLiteExplorer.7z
John(ny)
User
User
Posts: 23
Joined: Wed Nov 10, 2010 11:44 am
Location: Germany, Niedersachsen

Re: SQLite Browser

Post by John(ny) »

Hello,

i have not testet your tool yet.

I will do this next days....i think (less time).

Do you know about the following tool?
http://portableapps.com/apps/developmen ... r_portable

Can you compare your tool with this one, so that i can get more infos about your tool?

Thank you.
Best regards.
John(ny)
www.loetseite.de
less is more :-)
User avatar
GG
Enthusiast
Enthusiast
Posts: 266
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: SQLite Browser

Post by GG »

I've tried it for a few minutes.

Database structure perfectly recognized. :)
Possible to enlarge Data Output and Messages panels to fit the whole width of the screen, like the NEW panel ?
Possible to autosize columns in the Data Output panel ?

Nice work. :)
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
Morty
User
User
Posts: 35
Joined: Mon Mar 19, 2007 8:30 am
Location: Germany
Contact:

Re: SQLite Browser

Post by Morty »

Nice Work :D

Thanks a lot. You saved me a lot of work, because I'd planed a similar tool :wink:

But as GG said before. Autosize the columns in the data output panel would be nice.

Greats Morty
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: SQLite Browser

Post by USCode »

Check this one out: http://www.sqliteexpert.com/
There's a free Personal edition.
Post Reply