+ 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.
2 Antworten
+ 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
+ 1
Javascript has readily-available imports for in-memory SQL databases.