Which languages can I use to access databases on sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which languages can I use to access databases on sololearn?

I know that python can use sqlite but as I don't know what other languages can use databases too.

31st Oct 2018, 8:05 PM
sillica sandwhich
sillica sandwhich - avatar
2 Answers
+ 3
you can make a call to a php script with JavaScript.this php script could be coupled with mysqli or sql or stuff.This is the only way i know of simulating anything similar to databases on sololearn
31st Oct 2018, 9:02 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 1
Javascript has readily-available imports for in-memory SQL databases.
31st Oct 2018, 8:33 PM
Kirk Schafer
Kirk Schafer - avatar