Re: Question that may not have an answer
- From: alex@xxxxxxxxxxxxxx (Alex Teslik)
- Date: Mon, 17 Sep 2007 13:07:22 -0700
On Mon, 17 Sep 2007 16:04:09 -0400, Scott Mohnkern wrote
I'm working on a project where we have data stored in arrays that we
need to put into a database. We'd started with CSV (it was easiest),
but it's become unmanagable.
However, I don't want to go through the pain of getting a mysql
database or other database server set up to put the data into.
I recall talking to someone about perl having an internal database file
where you could store the data in a file, and access it relatively
easily, without having to set up an interface to an external
database server.
Or am I completely wrong, and there isn't such a thing?
Scott Mohnkern
You're looking for SQLite:
http://www.sqlite.org/
and
http://search.cpan.org/~msergeant/DBD-SQLite-1.13/lib/DBD/SQLite.pm
Alex
.
- References:
- Question that may not have an answer
- From: Scott Mohnkern
- Question that may not have an answer
- Prev by Date: Question that may not have an answer
- Next by Date: RE: Question that may not have an answer
- Previous by thread: Question that may not have an answer
- Next by thread: RE: Question that may not have an answer
- Index(es):
Relevant Pages
|
|