Mon Jan 15 2024 03:55:20 GMT+0000 (Coordinated Universal Time)
Saved by @_rosetteeee_
async function connectToMindsDB() { try { await MindsDB.connect({ host: 'http://127.0.0.1:47334' }); console.log('Connected to MindsDB'); } catch (error) { console.error('Error connecting to MindsDB:', error); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments