| server | Server name |
| | Name of a server in the database servers list |
| table | Table name |
| | Name of a table in the database |
| primary | Unique key |
| |
Name of a unique key column in the table. Strictly, any unique column will suffice,
but the primary key column if there is one is preferred.
|
| where | Where condition |
| | Optional SQL where expression to filter rows |
| order | Row order |
| | Optional SQL order expression to specify order or rows |
| notes | Notes |
| |
The Notes setting may be used for any arbitrary notes,
for instance for documentation. Rekall does nothing
with the value, other than to preserve it.
|