IDatabase.Create method
Creates a record in the database.
parameter | description |
---|---|
thing | The table name or the specific record id to create. |
data | The document / record data to insert. |
Remarks
This function will run the following query in the database:
See Also
- interface IDatabase
- namespace SurrealDB.Abstractions