Thank you for making tinyrecord free and open source. I would like to ask whether tinyrecord's transaction support can be used to make TinyDB "process safe"?
By "process safe" I mean: If two processes use the same TinyDB database file simultaneously and both processes always use transactions for writing, is it safe to assume no data will be lost?
Thank you for making tinyrecord free and open source. I would like to ask whether tinyrecord's transaction support can be used to make TinyDB "process safe"?
By "process safe" I mean: If two processes use the same TinyDB database file simultaneously and both processes always use transactions for writing, is it safe to assume no data will be lost?