absurd-sql icon indicating copy to clipboard operation
absurd-sql copied to clipboard

sqlite3 in ur indexeddb (hopefully a better backend soon)

Results 42 absurd-sql issues
Sort by recently updated
recently updated
newest added

I use Microsoft edge(chrome-based browser), and it supports the Atomics & SharedBuffer, and sometimes I get `database disk image is malformed` error. However, I didn't check if it happens when...

@quolpr You mentioned that you were interested in helping migrate to TypeScript. Are you still interested in that? I'm familiar with it, but not as familiar with setting it up...

This adds a backend which uses `webkitFileSystem`. Because it provides a sync API, it is *much* simpler. It's also way simpler because we have seemingly random access to the file,...

I was able to achieve the same performance as `absurd-sql` has, but with asincify version of SQL.js(using `wa-sqlite`). Here is the comparison: https://user-images.githubusercontent.com/7958527/179220916-6d28aaa3-9ca4-453b-bccb-677aec516b83.mp4 And, you can also run some benchmarks...

~I think it may potentially fix https://github.com/jlongster/absurd-sql/issues/30~ After that fix, the writing performance become slower. But we should await before all the writes finish to finish the transaction. Otherwise, the...

I made a fork of absurd-sql — https://github.com/trong-orm/better-absurd-sql/edit/main/README.md. For now, absurd-sql looks more abandoned than live. I also asked James for the access, but he didn't answer, unfortunately 😓. And...

Hi! Really excited by this project. I'm trying it out locally, using the directions in the readme, and my browser's making a request for `/js/sql-wasm.wasm` which throws a 404 as...

Is there a way to initialize a database using an existing SQLite file? For instance, here's what it might look like if I combine your example repo with a sql.js...

@jlongster It appears that the npm package you have psoed for sql.js does not include the following commit https://github.com/sql-js/sql.js/commit/ec44c18a421ea2d9934acbc54fc12b31b35635eb We are seeing this memory leak and with large data sets...

I did some quick tests to run absurd-sql in a serviceworker, but it fails like this: serviceworker.js:63 Failed to open the database Yb.w.ErrnoError.w.ErrnoError {node: undefined, Oa: 20, message: 'FS error',...