Should SoloLearn add more lessons to utilize SQL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

4th Jan 2017, 6:41 PM
Derek Raimann
Derek Raimann - avatar
2 Answers
+ 3
yes
4th Jan 2017, 8:04 PM
Nihad TK
Nihad TK - avatar
+ 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.
11th Jan 2017, 3:23 AM
Kirk Schafer
Kirk Schafer - avatar