econchick / new-coder

New Coder tutorials
zlib License
597 stars 394 forks source link

(scrape) Why PostgreSQL and not simply SQLite? #101

Closed minthemiddle closed 9 years ago

minthemiddle commented 10 years ago

I like your tutorials, but I wonder why you chose PostgreSQL for the scraping tutorial.

From what I see a simple SQLite database would be sufficient for a local scraping script. PostgreSQL is a lot more complicated to set up and maintain.

But probably you have good reason for your choice. Let me know!

econchick commented 9 years ago

You're right that sqlite is very sufficient - there's no reason not to use sqlite.

I elected postgres simply because of it's popularity, and I wanted to get new coders exposed to a widely-used "buzzword" database.