You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var Connection = require('database-js').Connection;
(async function() {
try {
let conn = new Connection('firebase://user@example.com:password@statesdemo/ewJviY6wboTKJ57A2dZkvq8kxYo1?apiKey=AIzaSyD1ypTmnJb_d8ZOyfc-KBMe0tw8owYCwjA', driver);
let stmt = conn.prepareStatement("SELECT abbr.Abbr, states.Ranking, states.Population FROM states INNER JOIN abbr ON states.State = abbr.State");