Welcome! Log In Create A New Profile

Advanced

sqlite3 port released

Posted by DrTwox 
sqlite3 port released
October 11, 2008 09:12AM
Hi all,

I've put a working port of sqlite up on WiiMP svn. Use
svn checkout http://wiimp.googlecode.com/svn/trunk/sqlite3 sqlite
to get the source. As said in the README, this is a very rough port, but so far it has worked fine for me. Use 'make install' to install the library and header to your libogc directory, and link in your projects with -lsqlite3.
Re: sqlite3 port released
October 11, 2008 05:13PM
Yay!

I spent about 15 minutes trying to port it and gave up when it wouldn't write anything (read / select operations worked fine) because I didn't really need it yet and couldn't be bothered.

I'll likely put this to use in the near future; perfect timing :D
Re: sqlite3 port released
October 13, 2008 09:24AM
Not a bad idea to do a quick port of this. Nice.
Re: sqlite3 port released
April 03, 2009 10:07AM
I've updated the SQLite port in WiiMP SVN to version 3.6.11; now with full read/write support. Check the SQLite3 homepage for code examples if you want to use it.

WiiMP @ Google Code

EDIT: I've upload a pre-compiled library and some example code. Grab it here: Google Code downloads



Edited 1 time(s). Last edit at 04/04/2009 12:24AM by DrTwox.
Re: sqlite3 port released
April 03, 2009 10:54PM
You should really add this to the wiki (if its not on there already).
Re: sqlite3 port released
April 04, 2009 12:36AM
Quote
Arikado
You should really add this to the wiki (if its not on there already).

Thanks for the tip. I put an entry on the Libraries page... I'm interested if anyone is actually using it (besides myself!)
Re: sqlite3 port released
April 04, 2009 10:05AM
I'm definitely interested in using it. Very cool.
Sorry, only registered users may post in this forum.

Click here to login