Aside from loading processed data nightly (when the app is offline), I will only be reading data from the database. I don't need to support a large number of concurrent issues, so the scaling is not too important. Would sqlite be the best choice for this type of project? Thanks, Brad