SYMBOL INDEX (26 symbols across 5 files) FILE: schema.sql type "people" (line 1) | CREATE TABLE IF NOT EXISTS "people" ( type "orgs" (line 18) | CREATE TABLE IF NOT EXISTS "orgs" ( type "repos" (line 31) | CREATE TABLE IF NOT EXISTS "repos" ( type "logs" (line 47) | CREATE TABLE IF NOT EXISTS "logs" ( type "relationships" (line 54) | CREATE TABLE IF NOT EXISTS "relationships" ( FILE: server/bot.js function fetch (line 5) | function fetch (path, callback) { function fetch_list_of_profiles_slowly (line 39) | function fetch_list_of_profiles_slowly (data, callback) { FILE: server/db.js constant PG_CLIENT (line 5) | const PG_CLIENT = new pg.Client(process.env.DATABASE_URL); function connect (line 21) | function connect (callback) { function end (line 38) | function end (callback) { function insert_person (line 52) | function insert_person (data, callback) { function select_person (line 75) | function select_person (username, callback) { function insert_org (line 90) | function insert_org (data, callback) { function select_org (line 110) | function select_org (url, callback) { function insert_repo (line 126) | function insert_repo (data, callback) { function select_repo (line 148) | function select_repo (url, callback) { function insert_relationships (line 164) | function insert_relationships (data, callback) { function insert_log_item (line 234) | function insert_log_item (url, next_page, callback) { function profile_next_page (line 245) | function profile_next_page(urls, username) { function insert_next_page (line 257) | function insert_next_page (data, callback) { function select_next_page (line 297) | function select_next_page (callback) { FILE: server/request_handlers.js function serve_index (line 7) | function serve_index(req, res) { FILE: server/utils.js constant RESET (line 2) | const RESET = '\x1b[0m'; function log_error (line 15) | function log_error (error, data, stack) { function exec_cb (line 33) | function exec_cb (callback, error, data) { function recent_activity (line 44) | function recent_activity(json) {