{"nodes": [{"id": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "label": "005-relation-engine-schema.ts", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L1"}, {"id": "005_relation_engine_schema_relationengineschemamigration", "label": "RelationEngineSchemaMigration", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L29"}, {"id": "005_relation_engine_schema_relationengineschemamigration_loadsqlfile", "label": ".loadSQLFile()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L37"}, {"id": "005_relation_engine_schema_relationengineschemamigration_executesql", "label": ".executeSQL()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L46"}, {"id": "005_relation_engine_schema_relationengineschemamigration_tableexists", "label": ".tableExists()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L71"}, {"id": "005_relation_engine_schema_relationengineschemamigration_indexexists", "label": ".indexExists()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L82"}, {"id": "005_relation_engine_schema_relationengineschemamigration_columnexists", "label": ".columnExists()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L93"}, {"id": "005_relation_engine_schema_relationengineschemamigration_maprelationtype", "label": ".mapRelationType()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L101"}, {"id": "005_relation_engine_schema_relationengineschemamigration_validatebefore", "label": ".validateBefore()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L114"}, {"id": "005_relation_engine_schema_relationengineschemamigration_up", "label": ".up()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L145"}, {"id": "005_relation_engine_schema_relationengineschemamigration_down", "label": ".down()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L214"}, {"id": "005_relation_engine_schema_relationengineschemamigration_validateafter", "label": ".validateAfter()", "file_type": "code", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L241"}], "edges": [{"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "better_sqlite3", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L8", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L9", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L10", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "url", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L11", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "types_js", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L12", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "dependency_validator_js", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L13", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "logger_js", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L14", "weight": 1.0}, {"source": "src_infrastructure_database_database_migration_migrations_005_relation_engine_schema_ts", "target": "005_relation_engine_schema_relationengineschemamigration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L29", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_loadsqlfile", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L37", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_executesql", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L46", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_tableexists", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L71", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_indexexists", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L82", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_columnexists", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L93", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_maprelationtype", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L101", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_validatebefore", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L114", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_up", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L145", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_down", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L214", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration", "target": "005_relation_engine_schema_relationengineschemamigration_validateafter", "relation": "method", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L241", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_validatebefore", "target": "005_relation_engine_schema_relationengineschemamigration_tableexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L116", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_up", "target": "005_relation_engine_schema_relationengineschemamigration_loadsqlfile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L147", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_up", "target": "005_relation_engine_schema_relationengineschemamigration_executesql", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L148", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_up", "target": "005_relation_engine_schema_relationengineschemamigration_tableexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L151", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_up", "target": "005_relation_engine_schema_relationengineschemamigration_maprelationtype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L169", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_validateafter", "target": "005_relation_engine_schema_relationengineschemamigration_tableexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L243", "weight": 1.0}, {"source": "005_relation_engine_schema_relationengineschemamigration_validateafter", "target": "005_relation_engine_schema_relationengineschemamigration_indexexists", "relation": "calls", "confidence": "EXTRACTED", "source_file": "src/infrastructure/database/database/migration/migrations/005-relation-engine-schema.ts", "source_location": "L309", "weight": 1.0}]}