I’m using SQLite for my small web app, when I deploy it runs migration scripts which is great. However, I’d like to restore a copy of my local DB to the server as it has lots of data in it. Is it possible to do this?
I assume it’s possible with LiteFS but what about standard SQLite files?
On a side note, are there any nice guides on implementing LiteFS with a NextJS project? I couldn’t find anything with Google