Ask HN: How to upgrade my personal project database from Notion
I've been using Notion as the database for some personal projects. The backend of the projects are written in Python. I don't have any formal CS training and have a vague idea that the better database solution has something to do with "data warehouses" and SQL, but I'm not sure where to go from here.
4 comments
[ 2.6 ms ] story [ 25.0 ms ] threadWould sqlite or postgres still be the right place to start if I don't have an http interface to start off of?