Basic Queries
Read data using SQL queries:Live Queries / Watch Queries
For reactive UI updates that automatically refresh when data changes, use watch queries. These queries execute whenever dependent tables are modified. See Live Queries / Watch Queries for more details.ORM Support
PowerSync integrates with popular ORM libraries, which provide type safety and additional tooling. Using an ORM is often preferable to writing raw SQL queries, especially for common operations. See ORM Support to learn which ORMs PowerSync supports and how to get started.Advanced Topics
- Usage Examples - Code examples for common use cases
- Full-Text Search - Full-text search using the SQLite FTS5 extension
- Query JSON in SQLite - Learn how to work with JSON data in SQLite
- Infinite Scrolling - Efficiently load large datasets
- High Performance Diffs - Efficiently get row changes for large datasets