Skip to content
LiveStore
Search
Ctrl
K
Cancel
GitHub
Select theme
Dark
Light
Auto
Getting Started
Expo
React Web
Evaluating LiveStore
Design Decisions
State of the project
Technology comparison
When to use LiveStore
Reference
Concepts
Adapters
Expo Adapter
Web adapter
Best Practices
Encryption
Event Sourcing
Integrations
React
Solid
Rules of Mutations
Schema
SQLite in LiveStore
Syncing
Miscellaneous
FAQ
Contributing
Troubleshooting
Credits
GitHub
Select theme
Dark
Light
Auto
SQLite in LiveStore
LiveStore uses
a fork
of the
wa-sqlite
SQLite WASM library.
LiveStore relies on the following SQLite extensions to be available:
-DSQLITE_ENABLE_BYTECODE_VTAB -DSQLITE_ENABLE_SESSION -DSQLITE_ENABLE_PREUPDATE_HOOK
bytecode
session
(incl. preupdate)