Helpful resources
Amplify API
- Amplify API Category — GraphQL
- Amplify API — Mutate Data
- Amplify API — Query Data
- Amplify API — Subscribe to Data
AWS AppSync
Amplify DataStore (Legacy)
General
Local storage packages
While migrating off of DataStore, we found a few third-party packages to share. We do not maintain any of these packages and our experiences are limited to the versions we tested on.
| Feature | isar-community | Drift | sqlite3 |
|---|---|---|---|
| Model Schemas | ✅ | ✅ | ✅ |
| Nested Models | ✅ | ✅ | ✅ |
| Custom Primary Key | ✅ | ✅ | ✅ |
| CRUD | ✅ | ✅ | ✅ |
| Query Predicates | ✅ | Have to use where() | ✅ |
| Observe/ObserveQuery | ✅ | ✅ | Via updates stream |