Page 1 of 1

SQLite Sorcerer

Posted: Sun Feb 06, 2011 7:41 pm
by Vadi
Good free and cross-platform sqlite viewer & administration tool: http://afoucal.free.fr/index.php/applic ... rer/#Getit (requires Adobe AIR, which is free too.)

Re: SQLite Sorcerer

Posted: Mon Feb 07, 2011 7:32 am
by tsuujin
Hey, not bad at all. Might replace sqliteman as my normal DB editor.

Side note: how hard would it be to get the mysql libraries added to the standard mudlet packages? I crave true relational database access!

Re: SQLite Sorcerer

Posted: Mon Feb 07, 2011 8:30 am
by Heiko
tsuujin wrote:Side note: how hard would it be to get the mysql libraries added to the standard mudlet packages? I crave true relational database access!
Should be possible already if you use luasql directly.

Re: SQLite Sorcerer

Posted: Tue Feb 08, 2011 2:16 am
by tsuujin
Heiko wrote:
tsuujin wrote:Side note: how hard would it be to get the mysql libraries added to the standard mudlet packages? I crave true relational database access!
Should be possible already if you use luasql directly.
Well, what I really mean is that I'd like a server to be shipped as well, so that my users don't have to download the full mySQL library to use what I code. I know mySQL is embeddable so it shouldn't be too large?

Re: SQLite Sorcerer

Posted: Tue Feb 08, 2011 3:43 am
by Vadi
Oh, you mean the mysql client. Sure, that's doable.

Re: SQLite Sorcerer

Posted: Wed Nov 09, 2011 1:21 pm
by imanerd
What is SQLite by the way? I never knew what that meant, when it shows up as something loaded upon profile connection.

Re: SQLite Sorcerer

Posted: Wed Nov 09, 2011 1:41 pm
by chris
SQLite is a simpler relational database. It's basically a relational database for a local user as opposed to some high throughout server. It allows you to connect to, modify, and query a SQL database.

Re: SQLite Sorcerer

Posted: Wed Nov 09, 2011 2:48 pm
by Rakon
When I was searching for a GUI database editor for SQLite, I came across many different programs including the one mentioned by Vadi. However, seeing as Adobe deceided that Linux platform is no longer 'worth developing Air for', I use the following : http://sqlitebrowser.sourceforge.net/

Re: SQLite Sorcerer

Posted: Wed Nov 09, 2011 7:59 pm
by Vadi
Yeah, I switched to Sqliteman myself.