in reply to Re: Why Perl does not support database access through core modules?
in thread Why Perl does not support database access through core modules?

when the time comes that "databases access is a must", it'll be integrated in the OS

Depending on your definition of "integrated", they practically already are. ReiserFS 4 implements many features found in a DBMS (it probably has better transaction support than MySQL). I doubt we'll see a really sophisticated DBMS in any kernel, but even existing database systems work at a fairly low-level.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

  • Comment on Re: Re: Why Perl does not support database access through core modules?
  • Download Code