ad hoc

Results 110 comments of ad hoc

Common Table Expression: https://www.sqlite.org/lang_with.html

@CodingDoug, I agree this should be improved. I'm not sure showing text is going to be helpful without proper formatting, but we could return a machine-readable error object: ```typescript type...

Hello @pfreixes, thanks for your proposal! I'm not opposed to collecting and displaying this information to the user, however, there are a couple of points that need to be discussed:...

The stats object currently contains per-instance stats (# row read/written) and is served on `/v1/stats`. Given that the cluster information is not an instance property, it would be best not...

an alternative that will probably be more compatible with what we already have is [axum](https://github.com/tokio-rs/axum). It was designed to work nicely with hyper etc.

I don't see a way to do that with a single database. Maybe there could be local databases though, and those databases could be attached to a replicated database, but...

The primary could send its replication index as part of the initial handshake, based on that we can decide whether to proxy or not

I can ask for a release to be cut for lemon

done => https://github.com/gwenn/lemon-rs/issues/22

we also have a lemon-rs release.