pappitti commited on
Commit
fd97f98
·
1 Parent(s): 66a7a9e

README comment about duckdb-wasm

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ You need to have [Node.js](https://nodejs.org/) (which includes npm) installed o
47
  ```sh
48
  npm run db:rebuild
49
  ```
50
- This project includes a branch running on duckdb-wasm. That branch does not require this step 3 : you can run `npm run dev` directly after `npm install` (or `npm build` and then `npm run preview` for production run). However, that branch was never merged with the main branch because database persistence is tricky with duckdb so, right now, each time the app is started, the database must be built again which is really bad UX. IndexedDB is not an option ; more work is required on that branch.
51
  _Also, duckdb-wasm in not as fast as expected for a database of this size_
52
 
53
  4. **Run the application:**
 
47
  ```sh
48
  npm run db:rebuild
49
  ```
50
+ This project includes a branch running on duckdb-wasm. That branch does not require this step 3 : you can run `npm run dev` directly after `npm install` (or `npm run build` and then `npm run preview` for production). However, that branch was never merged with the main branch because database persistence is tricky with duckdb-wasm so, right now, the database must be built again each time the app is started, which is really bad UX. IndexedDB is not an option ; more work is required on that branch.
51
  _Also, duckdb-wasm in not as fast as expected for a database of this size_
52
 
53
  4. **Run the application:**