Adam S Levy

Results 64 comments of Adam S Levy

@zombiezen I've reviewed the fix you've linked and I don't agree with it. This is actually not an issue with the Pool but goes back to the Conn itself. We...

It's expected behavior if the database connection is not closed properly. It's not a problem as long as the wal files remain intact but if they are removed then you...

I attempted adding SetInterrupt(nil) but the test still failed. I haven't played with it much more yet but the tests are here: #130

I'm becoming increasingly interested in implementing this feature and may start taking a crack at it in the next few weeks in my spare time.

Why can the sqlite package not depend on context? In another issue I realized that you are avoiding context to avoid importing reflect for ease of use with tinygo.

Is tracing implemented in sqlitex at this point?

The docs on metering are very sparse. The implementation in Rust is here: https://github.com/wasmerio/wasmer/blob/master/lib/middleware-common/src/metering.rs That is some middleware that injects metering code at module compilation. This functionality is not exposed...

I am also interested in this feature for my project and would be happy to help with any remaining tasks if they can be identified.

@ethanfrey @Hywan I am interested in picking this up. I am working on a project that needs metering and the singlepass backend compiler. I'm currently reviewing the work already done...

@ethanfrey Thanks for the input. As I understand it, one hesitation to adding metering support to this library is that currently this package uses the cranelift backend, which currently has...