Re: [sqlite] Entity Relationship Diagram Tool for SQLite

2008-09-03 Thread Gary Moyer
I highly recommend Dia , it supports ERDs (among many other formats) and it's free. Regards, -- Gary On Wed, Sep 3, 2008 at 10:54 AM, David Abrames < [EMAIL PROTECTED]> wrote: > Hello, > > I am looking for an Entity Relationship Diagram Tool for SQLite.

Re: Re[2]: [sqlite] Mechanism for pre-allocating contiguous files for Sqlite?

2007-10-28 Thread Gary Moyer
Hi Teg, Isn't an open issued for the database and journal separately? I'm very familiar with the behavior for read-only, not so much for read/write... Regards, -- Gary On 10/28/07, Teg <[EMAIL PROTECTED]> wrote: > > Hello Gary, > > Sunday, October 28, 2007, 4:51:11 PM, you wrote: > > GM> Hi

Re: [sqlite] Mechanism for pre-allocating contiguous files for Sqlite?

2007-10-28 Thread Gary Moyer
Hi Teg, Have you considered the SQLite VFS? Regards, -- Gary On 10/28/07, Teg <[EMAIL PROTECTED]> wrote: > > > I'd like to pre-allocate the DB for Sqlite so, I can ensure it's a > contiguous block of space on the disk. I'm aware of the "Insert a > bunch of data then delete" method but, it