=== Relation Table Insert Example === Loaded 5 user ID mappings ✓ Connected to database Example 1: Inserting user professions into a relation table ----------------------------------------------------------- Loaded 5 users from JSON (Code commented out - create the table first) Example 2: Inserting company sectors into a relation table ----------------------------------------------------------- (Code commented out - create the table first) Example 3: Looking up user ID by email --------------------------------------- User with email 'contact@dev-id.fr' not found in mapping. === Complete === To use this for your relation tables: 1. Create your relation table schema 2. Uncomment and adapt the example code above 3. Run this script to populate the relation tables