Sql db & Python environement on Clouflare.
I'm creating a website for a nonprofit organization and need to install a sql database and an environment to automate the data processing provided by the users. Someone can guide me on where to start. This is the website I always upload to the CloudFlare pages.
3 Replies
Cloudflare only has D1 (https://developers.cloudflare.com/d1/), which is SQLite and not recommended for production at the moment.
As for Python, Cloudflare has Workers for serverless code but its Python support is shaky at best, they're working to improve it but I don't think it's very usable/recommendable right now. It also wouldn't support any web frameworks/libraries
Javascript would be best and is the default language for Workers
Sounds like you would want a more traditional host/setup
Thank you for your response. Can I DM you the website?
At least your advice will be more precise.
I don't know what that would change but sure