centralized database using sqlite
#1
Hi all!

i have a centralized NAS up and running and would like to have a centralized setup. in particular i am interested in watching part of the movie in one room and keep watching it in another room. there is no way for me to install mysql on the nas, but i could use a sqlite file..

is it possible to have a cnetralized setup with a sqlite file? or is the only way mysql? are there any plugins that help on the centralization of the setup?

thanks!
Reply
#2
sqllite can't be accessed by two different hosts at the same time. It just a 'single file storage', which can't deal with concurrent users. So no.
Reply

Logout Mark Read Team Forum Stats Members Help
centralized database using sqlite0