Re: Is this an overkill?

Started by dimaover 23 years ago2 messagesgeneral
Jump to latest
#1dima
_pppp@mail.ru

Is this kind of thing ... well too small to use Postgres for?
Should I just suck it up and use MySQL and do all the data integrity

things in PHP?

I mean, I LOVE to learn about this stuff, but would it end up being

more frustration than

is nessesary for a small project like this?

i usually use postgresql for my projects. i use mysql databases as util
space for logs etc (because of faster insertion/deletion). it's really
awful to keep track of data integrity by the external software.
so, you surely should try postgres

#2Dan Ostrowski
dan@triad-dev.com
In reply to: dima (#1)

Thanks for the advice! I was thinking of a hybrid system using both, and I
have database abstraction files written already, so that is what I will
probably use.

regards,
dan