Hacker News new | ask | show | jobs
by bitfhacker 2025 days ago
Didn't see the videos, but I want to thank you for your post.

I don't know if you "know" Django ORM or pyDAL... If use a database abstraction module you could extend your project easily to other databases.

1 comments

Thanks for at least taking a look and replying =) I do know a bit of Django and will likely extend to other dbs, if there's a need. I originally connected to both HIVE and Greenplum databases because that's what I have at work. As a hobby, I just create postgres dbs on AWS so I mainly connect to those these days. Thanks for the tip.