Swoole\Database->insert

将一个数组插入到数据库表中。

function Swoole\Database->insert(array $record, string $table_name);
$db->insert(array('field1' => 12345, 'field2' => 'hello'), 'test');