javascript - Best way to use SQLite as back end -
i have sqlite database has various data , using python, can access database locally, perform calculations on data housed in database , return results.
i want take next step , deploy online backend webpage whereby front end user able click , invoke 1 of several python scripts, , have data passed web framework. if possible user able update data web framework, i.e. not have read only.
i'm newbie , content thrash around, i'm struggling best workflow move forward.
sqlite -> python -> javascript running in browser? whereby user click button use javascript invoke python script, data being passed kind of json or xml or similar?
is better try , whole thing using python using web2py?
are there frameworks make easy wordpress (which think php)
Comments
Post a Comment