someothername
Active Member
SQLite is just what it implies, a light weight database that uses the Structured Query Language. It bills itself as small, fast, and reliable and is in fact used as the backend storage for many applications, including the firefox browser. It's public domain and open source and is constantly being improved; Adobe is one of the sponsors. But it does not turn up on PC mag's review of databases, even though MySQL does, which is also open source and much more widely used, and, I suspect, more mature.
I'd like to see two things: First a better database engine. One corrupted database per 1',''' openings is maybe acceptable, but what I've seen in the Lightroom forums sounds to me more like a corruption every five or six thousand Lightroom start ups. It's happened to me three times, but fortunately, it's recovered each time. A professional who is depending on this engine to organize his or her work simply can't afford to have that happen more than once.
Second I'd like to see database access of some kind in the SDK. Unlimited read only query access for sure, and probably some limited tables that can be modified from the SDK. And possibly some way of adding tables and stored procs so that I could create an export plugin for example that puts prices, names and address of who I sold those pictures to.
This is important to me because I would like to use Lightroom as my photography database and not have to worry about planning for when it crashes on me. It's also important because I can see a lot of possibilities for plugin writers that will make Lightroom a great tool.
I've put this on the Adobe feature page.
I'd like to see two things: First a better database engine. One corrupted database per 1',''' openings is maybe acceptable, but what I've seen in the Lightroom forums sounds to me more like a corruption every five or six thousand Lightroom start ups. It's happened to me three times, but fortunately, it's recovered each time. A professional who is depending on this engine to organize his or her work simply can't afford to have that happen more than once.
Second I'd like to see database access of some kind in the SDK. Unlimited read only query access for sure, and probably some limited tables that can be modified from the SDK. And possibly some way of adding tables and stored procs so that I could create an export plugin for example that puts prices, names and address of who I sold those pictures to.
This is important to me because I would like to use Lightroom as my photography database and not have to worry about planning for when it crashes on me. It's also important because I can see a lot of possibilities for plugin writers that will make Lightroom a great tool.
I've put this on the Adobe feature page.
