+2
Declined

Concurrent DB connections

George Baker 5 years ago updated by Tom 5 years ago 2

Have you ever thought about allowing concurrent db connections?

"LOCK_FILE=NO" 

Jaggery JS is a good library to allow reading H2 db's.

This would solve a lot of problems as we developers could then get arcs / series straight out of the database as long as it was captured by the metadata being present.

I know that it is possible to corrupt the db, but would only be an issue if our code allowed writes. But we only should be using reads.

Under review

Ubooquity uses H2 in embedded in-memory mode.

As far as I know, this mode does not allow multiple connections.

In any case, I think an API would be more adapted to your use case.