On Sunday 19 February 2006 12:56, Octavian Rasnita wrote:
[ . . ]
> The database I need to keep is not very very big, but too big for MySQL,
> and the most important thing is the speed of selections/updates.
[ . . ]
DB_File and BerkelyDB
are two Perl modules that use the embedded database which
Owen Cook am Sonntag, 19. Februar 2006 22.21:
> I suggest you use Matt Sergeant's DBD::SQLite a Self Contained RDBMS in a
> DBI Driver.
>
> It rocks
Owen, thanks a lot for this tip!!!
The aggregate function feature looks very promising
:-)
Hans
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For a
On Sun, 19 Feb 2006, Octavian Rasnita wrote:
>
> I need to recommend/use a better database than MySQL that should work well
> with perl.
> I have read some web pages about PostgreSQL and I have seen that it has a
> procedural language PLPERL, while Oracle doesn't have such a thing. I have
> also