alexiusacademia / electron-db

Electron module that acts as database management and uses flat file database (json file) to store tables.
MIT License
87 stars 24 forks source link

Do this have any db lock/wait feature? #23

Closed ctrleffive closed 5 years ago

ctrleffive commented 5 years ago

If multiple requests are coming to write same json file, what will happen?

alexiusacademia commented 5 years ago

Hello and thanks for opening the issue. Multiple requests is not yet part of the implementation as the original purpose is for a single desktop application without network sharing. This may however be implemented in the future.