in reply to Re^2: Database in Perl
in thread Database in Perl

Yes, and yes.

Replies are listed 'Best First'.
Re^4: Database in Perl
by Anonymous Monk on Jun 08, 2009 at 13:49 UTC
    The way he used "database development language" suggests he means SQL CREATE DATABASE Statement/create table... not create RDBMS
      The way he used "database development language" suggests he means SQL CREATE DATABASE Statement/create table... not create RDBMS
      Given that in the post that starts this thread, (s)he writes:
      I am considering doing a project on a database that is a standalone,
      I do think his/her intention was to write a database engine.