Comment 20 for bug 1225

Revision history for this message
Murray Cumming (murrayc) wrote :

Ralf wrote:
> Just out of curiosity: Can't glom with with sqllite or something?
> Something that doesn't require a database server to launch at startup..

Because
a) That's extra code to write and maintain. I won't do that as long as I don't see a benefit.
b) That's an extra meaningless choice for the user to be confronted with.
c) That would be a loss of functionality compared with postgres. In particular, it would not allow multiple users to simultaneously use the same database.

However, you are free to add this feature, though it's unlikely to be accepted as a user-visible feature in the main Glom code base.

Thanks for the testing and interest, even if I seem unfriendly above.