how to create a url for jdbc(google app script) with sqlite uploaded in google drive -


the sqlite file have been upload google drive. how can use jdbc connect it?

  var concom = 'jdbc:sqlite';   var concom2 = "a.sqlite";   concom = concom + ':' + concom2;   var connection = jdbc.getconnection(concom);  

thanks

google apps script supports jdbc connections mysql, oracle, microsoft sql server , google cloud sql. can log request features @ issue tracker.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -