M
meneg
Hello all and thanks in advance for any help you may give.
I'm currently in the process of making a cgi website for a family business
which would carry a few online orders and a few database entries. I soon
came to realize using postgresql - which I used last year when I was
learning php - would be an overkill because we talk about no more that a
thousand entries in a couple of small tables. Also since our hosting is
remote, I don't want to deal with remote databases. If I had it on my
linux machine, I wouldn't really care if it was an overkill or not.
Anyway, to the point. I read a a couple of decent perl books in the past
couple of months and I remember - not exactly where - that DBD::CSV is a
great alternative to a full featured SQL server or a hard to maintain
plain flat file. Also I recenty read somewhere DBD:
BM to mentioned for
exactly the same motives.
I was reading the manpages of these two but I'm really not convinced what
I should use. I need any a advice you may give me. What made it worce, I
read that DBD:
BM has several dbase types to cover (although one of them
is dominant with better support).
The database would only have a couple of tables with no more that a
thousand entries each but these should be of boolean, numeric and string
scalar values that (the string scalars) could do at least some thousand
words (keeping comments and stuff).
Any suggestion on the matter would be greatly appreciated,
- meneg.
I'm currently in the process of making a cgi website for a family business
which would carry a few online orders and a few database entries. I soon
came to realize using postgresql - which I used last year when I was
learning php - would be an overkill because we talk about no more that a
thousand entries in a couple of small tables. Also since our hosting is
remote, I don't want to deal with remote databases. If I had it on my
linux machine, I wouldn't really care if it was an overkill or not.
Anyway, to the point. I read a a couple of decent perl books in the past
couple of months and I remember - not exactly where - that DBD::CSV is a
great alternative to a full featured SQL server or a hard to maintain
plain flat file. Also I recenty read somewhere DBD:
exactly the same motives.
I was reading the manpages of these two but I'm really not convinced what
I should use. I need any a advice you may give me. What made it worce, I
read that DBD:
is dominant with better support).
The database would only have a couple of tables with no more that a
thousand entries each but these should be of boolean, numeric and string
scalar values that (the string scalars) could do at least some thousand
words (keeping comments and stuff).
Any suggestion on the matter would be greatly appreciated,
- meneg.