Daniel Oltmanns

Results 8 comments of Daniel Oltmanns

Thanks for the Feedback. > If the app crashes, you lose all changes since the redbean started. That's fine, the archived copy is safe. What are the things to consider...

Update on this feature. Sadly SQLite does not implement the use of a in-memory database across different processes. Thereby, this feature is only partially useful, as it would only allow...

> I think there are still some interesting scenarios that can be supported even with the current implementation. Most definitely. Exposing these functions allows for a wider use of working...

@ErvinSabic Building an documentation with a detailed class to class comparison with the original skeleton is on the ToDo with the additional issues I started.

As the new version `2.x` is more directly connected to NextJS, I think NextJS needs to support it first. The last step for BlitzJS should be minimal by then. See...

> Hm, I don't think this is the case. Mileage may vary with specific libs used, but there are some React types that Preact doesn't support. Any consumers of these...

> @oltdaniel, one question on the patch: why is `szBuf` value set to 5 here: `sqlite3_deserialize(db->db, "main", buffer, size, 5, 0);`? According to the [docs](https://www.sqlite.org/c3ref/deserialize.html) it should be the total...