Wow! First for me! iPad app in 2 days!!
I’ll have more to write, but wanted to add a quick post for my “posts” page on the site. But I took a couple days off because I just wanted to tinker with SQLite databases on my iPad. There’s a bunch of apps out there, but as usual, I wanted specific things and to work in certain ways. I wanted a “developers” version of an SQL editor. I didn’t want a bunch of GUI tools or overly complex interfaces just to play with a database. So I thought I could make an app for myself to be just a command line editor. 2 days later, I have “SELECT” SQLite Queries for iPad submitted to the app store! Its only a single page view app, and its only complexity is in the parser, which is also not a very complicated function. Its also a little buggy and can only handle smaller recordset’s, so don’t expect to throw 20,000 record result sets at it. But again, I threw this together in 2 days, so there’s not been any optimizations yet. It needs some help is the output generation department to keep the memory lower. That’s a future version project… along with Dropbox integration for data imports/exports, but for now, its works great for me! I hope it does for you too!
Recent Comments