in reply to DBM (or something better?) question

To take somewhat of a tangent approach, what you're describing sounds a lot like something along the lines of slashcode, or possibly everything engine. Could you just bastardize one of these for your creation?
  • Comment on Re: DBM (or something better?) question

Replies are listed 'Best First'.
Re: Re: DBM (or something better?) question
by samurai (Monk) on Oct 03, 2002 at 00:20 UTC
    The problem is, both of those use MySQL as their backend, if I'm correct. He says he can't use MySQL.

    So, to the original poster: You can't use DBM. You can't install an SQL database..

    AFAIK you're out of luck. There are many good database products out there, and if you can't use them, well... you can't use them.

    The only thing I could think of would be to use flat files or to write your own ISAM type database in perl. And I don't want to think about that.

    --
    perl: code of the samurai