[rt-users] sqlite
Jesse Vincent
jesse at bestpractical.com
Tue Sep 22 15:14:34 EDT 2009
On Tue, Sep 22, 2009 at 11:40:03AM -0700, Tom Lahti wrote:
> > SQLite is primarily intended for development and testing environments.
> > It's not well-suited to a multi-user production environement for RT.
>
> Actually, I think SQLite's mission is to provide a lightweight database for
> individual use applications. It's used by a lot of such things such as Apple
> Mail, Safari, Firefox, Google Gears, and the Skype client. But it certainly
> isn't robust enough for the enterprise side of things. Google Gears on SQLite
> sure, but Google itself? Skype client yes, but Skype servers? Not gonna happen.
>
Sorry. What I meant to say is "RT's SQLite support" - I _love_ SQLite
for all sorts of applications. multi-user apps with SQLite are totally
doable -- you just need to be careful with write concurrency ;)
More information about the rt-users
mailing list