+ 3
Should SoloLearn add more lessons to utilize SQL?
Although SoloLearn provides a SQL course, I believe lessons to utilize it with PHP, C++, Ruby, etc would benefit us. They could even provide creation of databases locally on the users smartphone, or provide its own online database for each user to access so they can also share programs with others that include database functionality. What do you think about incorporating this?
2 Réponses
+ 3
yes
+ 3
SoloLearn might have to enable localStorage / sessionStorage - I was able to verify it existed (so it would be a place to run persistent queries) but it's not enabled (Access Denied). They also don't appear to be running sqlite (etc) on the server so...I created a SQL app that runs in SoloLearn's CodePlayground instead:
https://code.sololearn.com/WUg6o4QaxPGU/?ref=app
I'd have to think about integration but at least it's something we can play with without leaving the app.