datasette icon indicating copy to clipboard operation
datasette copied to clipboard

Research if I can drop Janus

Open simonw opened this issue 2 years ago • 0 comments

It seems to me Janus dependency is not necessary, async with app.database_write_mutex(): out = await app.transaction(func) may be enough.

Comment here: https://lobste.rs/s/fki4tj/architecture_notes_datasette#c_a2ihon

simonw avatar May 28 '22 22:05 simonw