Creates a record in the database. This is a convenience wrapper that runs CREATE <thing> CONTENT <content_json>;.
Arguments
| Argument | Description |
|---|---|
thing | The table or specific record to create. |
content_json | The record content as a JSON string. |
session | An optional session id. |
txn | An optional transaction id. |