---
title: "save(_:)"
framework: swiftdata
role: symbol
role_heading: Instance Method
path: "swiftdata/datastore/save(_:)"
---

# save(_:)

## Declaration

```swift
func save(_ request: DataStoreSaveChangesRequest<Self.Snapshot>) throws -> DataStoreSaveChangesResult<Self.Snapshot>
```

## See Also

### Persisting model data

- [DataStoreSaveChangesRequest](swiftdata/datastoresavechangesrequest.md)
- [DataStoreSaveChangesResult](swiftdata/datastoresavechangesresult.md)
