sqlite - Simple multi-user database solution -
I wrote a windows desktop application that works very well with scleit, it was a single user app, and The database just sits on the machine where the app runs.
However, the application has increased, and now many users should be able to run the app and connect to a share. Database.
I just want to be able to share the sqlite file on a network drive, but obviously as a result of the corrupted data, no one has any ideas.
I think I might need to install a database server but do not understand a professional MySQL license, PostgreSQL is quite different that I would have to rewrite all of your application to firebird I have not worked at all with that, so I'm not sure whether this is a good solution or not.
Any SQLite database file that can be installed on any sclit database server?
If I need to download and install the client myself, should I have a business license?
Any suggestion or direction will be great, thanks
There are squid servers It is possible to use sqlite in a multi user environment. Read here: I do not know how these solutions perform and scale.
Comments
Post a Comment