To use the cloud-based ElephantSQL, create an an account for yourself and then do the following.
Configure a database management instance as specified in the Getting started tutorial.
Create the monopoly database as follows.
Get a copy of the SQL command file that implements the basic Monopoly database described in the previous exercise.
Use a browser to go to the “BROWSER” in your DB instance, paste the SQL command file into the “SQL Browser” and press “Execute”. The command file will automatically delete the old tables and build new ones. You can update the database by editing the script and re-running as needed.
You can display your relational tables by executing SELECT commands in the SQL Browser. You can also connect to your ElephantSQL instance from your local commandline as described in the tutorial.
This should work on any machine through the browser.