I need a back-end that can:
-be used in python
-handle multiple-users reading and writing to a database at the same time
-can be accessed on a mapped share drive
I have used sqlite but I have read that it is not recommended for multi-user use. I have looked into Firebird but it should not be used on a mapped share drive.
Any suggestions would be greatly appreciated!!