We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inserting records.
$fields = array( 'name' => 'U2', 'bio' => "This is U2's bio" ); $rs = aql::insert('artist', $fields);
A records set equivalent to an aql::select of the data that was inserted.