Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 484 Bytes

React SQLite Example

This example encapsulates the BlockSuite editor and doc collection in React, demonstrating document management within a WASM SQLite database, including blobs like images and attachments. It features import/export functionality for direct SQLite DB handling.

Development

git clone https://github.com/toeverything/blocksuite.git
cd blocksuite/examples

pnpm install
pnpm dev react-sqlite

This project is created using the pnpm create vite cli.