Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 686 Bytes

linearite

linear-2x.mov

TODO:

  • 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

Running

git clone git@github.com:vlcn-io/linearite.git
pnpm install
pnpm dev

If you're changing Schema.ts run typed-sql to auto-generate static types.

pnpm sql-watch