Skip to main content
Records are individual entries in your collections. You can create, read, update, and delete records using the JavaScript SDK.

Creating records

Basic creation

Using set method

With file uploads

Reading records

Find by ID

Find by field value

Using query builder

Query with relations

Updating records

Update fields

Partial updates

Update with validation

Deleting records

Delete single record

Delete with cascade

Bulk delete

Accessing field values

Type-safe getters

Working with arrays

File handling

Get file URLs

Upload files programmatically

Download and attach external files

Working with auth records

Create user

Update password

Verify email

Validation

Manual validation

Using validation errors

Examples

Increment view counter

Auto-generate slug

Copy record

Batch create