I am using SQLite for a storage backend for a phone application, the application downloads the information from an XML-RPC based host and sends information to and from a database. The data is held in the database so the phone application doesn't have to get all the information every 15 minutes or so. This save on bandwidth and connections, as well as battery life. SQLite is such a great storage engine. I am also trying to write a mysql storage plugin so that SQLite databases can easily be taken out. I have found so many uses for SQLite, it is truly a great product / development. On Jun 2, 2008, at 10:40 AM, Alex Katebi wrote:
> Hi All, > > I am using remote procedure calls (RPC) for SQLite in my > application. I > have implemented a few SQLite RPC functions that I needed > successfully. > I am wondering if there are other people like me who need this. > If there are enough people who could benefit from this I can make it > available as an open source public domain software. > Then people can add more functions as needed. > > Thanks, > -Alex > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

