Page 2 of 2

Re: Good SQLite DB management

Posted: Thu Oct 27, 2011 11:15 pm
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

Re: Good SQLite DB management

Posted: Thu Oct 27, 2011 11:22 pm
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.