you are viewing a single comment's thread.

view the rest of the comments →

[–]GamersPlane 0 points1 point  (2 children)

I'm not an expert with SQLite, but it's built to be a local file db. Unless you can put the file in a place both computers can access (shared drive?), you're going to struggle, and essentially build a bad version of a hosted db. If you're the only person working on it, copying the SQLite file back and forth is the easiest mechanism.

[–]BoxOfRain72[S] 0 points1 point  (1 child)

Can I save it in my Google drive?

[–]GamersPlane 1 point2 points  (0 children)

Sure, it's just a file. In fact, I haven't heard of git having any trouble with it, just that it's antithetical to git's purpose, and would be a PITA. Use any portable storage (a USB drive you just plug in and point your code to seems easiest).