fetchAll('SELECT * FROM conversations ORDER BY created_at DESC LIMIT 5'); echo json_encode($rows, JSON_PRETTY_PRINT); } catch (Throwable $t) { echo "Error: " . $t->getMessage() . "\n"; }