record, records
- keyword, is a type, function
- new in 1.63
- is a record
- as record, as records
- get record(s) of a table
- add record(s)
- delete record(s)
- number of records
- record of <table> (where <condition>) -- returns a single record
- can be called directly as a function: st_get_record
- records of <table> (where <condition>) -- returns a list of records
- can be called directly as a function: st_get_records