Re: perl with databases

2006-02-19 Thread Alan C
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

[OT] Re: perl with databases

2006-02-19 Thread Hans Meier (John Doe)
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

Re: perl with databases

2006-02-19 Thread Owen Cook
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