Good SQLite DB management

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Kiffi
Addict
Addict
Posts: 1509
Joined: Tue Mar 02, 2004 1:20 pm
Location: Amphibios 9

Re: Good SQLite DB management

Post by Kiffi »

if i have a little time in the next days, i will publish
some code for a pure PureBasic - SQLiteViewer.

That's what i have so far (coded in the last two hours):

Image

(i don't use any Windows-Api, so the code is hopefully 100% crossplatform)

Greetings ... Kiffi
Hygge
Polo
Addict
Addict
Posts: 2422
Joined: Tue May 06, 2003 5:07 pm
Location: UK

Re: Good SQLite DB management

Post by Polo »

Nice one!!

My main use of SQL tool is to create tables and to view their content. I don't mind not to be able to edit table content, though I need to be able to create/alter tables.

The table editing/creating tool on SQLite Database Browser is very poor unfortunately, but I cannot find any equivalent tool on the Mac.
Post Reply