linear-2x.mov
- Deploy to fly.io
- A guide that walks through the implementation of this
- Paginated transaction sync -- right now we sync all 20,000 rows at once since they were written in a single transaction.
- Dev tools to simplify dropping the DB on the client
- Dev tools to download a copy of the DB from the browser
- Scale the example to 10 million issues
git clone [email protected]:vlcn-io/linearite.git
pnpm install
pnpm devIf you're changing Schema.ts run typed-sql to auto-generate static types.
pnpm sql-watch