Question
SQLite persistence on Droplet
hi , consider the following situation
1)I configure a droplet with blockstorage attached.
2)I place an sqlite file in the block storage and if read, write the sqlite file from my application(nodejs) in the droplet will the changes be persisted?
3)or Can I keep the file in the droplet itself -no blockstorage attached (since it is cloud will it allow me to read/write)?
which is the best solution?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×