in reply to Re: DBI modules for database representation in plain files
in thread DBI modules for database representation in plain files

Yes.

I've forgot two say that here i would prefer a PURE PERL that is no external code to compile.
so any DB file type that comes bundled with perl distrib. would be great.

Thanks
Filipe
  • Comment on Re: Re: DBI modules for database representation in plain files

Replies are listed 'Best First'.
Re: Re: Re: DBI modules for database representation in plain files
by perrin (Chancellor) on Feb 25, 2004 at 16:49 UTC
    Well, by limiting yourself in this way you are basically stuck with either MLDBM (using GDBM or DB_File), or one of the text-based things you mentioned. If you really think performance is going to be a big issue, use MLDBM. If you can't live without SQL support and still need performance, you have to bite the bullet and get a real database.
      :=)
      Guess i'll try to use DBD::Sprite for start. Iff performace is a issue i'll just have to convince the guy who will use the script to use DBD::SQLite
      The only issue is that he must convince the owner of the web server ... ho well

      Thanks anyway
      Filipe
Re: Re: Re: DBI modules for database representation in plain files
by sth (Priest) on Feb 25, 2004 at 18:49 UTC

    What is nice about compiling DBD::SQLite is that all the code is contained in the dist. A lot easier than installing mysql, postgresql, ...etc. I have installed on a variety of *nixes without any problems. I'm sure you are aware of this, just my 2 cents.

    sth