- Home /
Cross platform local Database option for unity with Permissions
Hello fellow developers,
I am developing a desktop app which should be able to run on different OS's. I want it to be able to run without internet, so it needs to be local. What databases can be used where I can set permissions only for my unity app to be able to open the data context.
I appreciate the help, Mr. Shneebli
i already bumped into this problem.. i search all over the internet.. and i stay with sqlite.. mostly becouse i don't need convert many things to send it back to sql database after... but i can use mongoDB and others.. i use mostly sqlite becouse i use the same db... on pc, android.
Thanks @GilbertoBitt2. I've read that you can't set permissions on sqlite. Do you at least but a password on the database? Does the system.data.sqlite work even though unity is currently in .Net 2.0? Thanks so much
Your answer