Keep data in the engine until you actually need it.
Hypertill DB is built for local-first apps that should stay fast as the dataset grows.
Hypertill DB gives teams a real npm package, native SQLite performance, reactive reads, and a working TypeScript Expo reference app instead of a private local fork workflow.
Hypertill DB is built for local-first apps that should stay fast as the dataset grows.
The current package story is designed around Android and iOS native builds, not manual local patching.
DatabaseProvider, useDatabase, and withObservables are the supported building blocks in 0.0.1.
Use the published package, register the Expo plugin, and build a native client.
Open guideCreate schema, models, and database bootstrap in a dedicated TypeScript db folder.
Open guideWire live reads with withObservables and use useDatabase for writes and app actions.
Open guideStudy the book reader Expo app that shows books, chapters, and notes with the real package.
Open repo