Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,11 @@ For watched queries with Drizzle it's recommended to use the `watch()` function
// 'James Smith'

```
</CodeGroup>
</CodeGroup>

## Developer Notes

### Table Constraint Restrictions

The Drizzle ORM relies on the underlyng PowerSync table definitions which are subject to certain limitations.
This means that most Drizzle [constraint features](https://orm.drizzle.team/docs/indexes-constraints) (such as cascading deletes, foreign checks, unique) are currently not supported.