Forum

Posted by Puja, Sept. 13, 2021, 1 a.m.

How to use postgres SQL on Google Colaboratory?

If I want to run SQL queries on google collab, then how to use it with python, want to use it through Postgres SQL?

Answers

Is google collab based on Jupiter notebook? You probably need to install a python library that allows you to submit SQL through python, for example, SQLAlchemy or psycopg2.
SQLPad user avatar

Leon (949)

Sept. 13, 2021, 5:48 a.m.