On 21.10.20 18:27, @lbutlr wrote: > How is SQLite different from MySQL? I have both on my system. They are both on-disk database files. > sqlite is accessed through a library, data is stored in a file. whereas mysql needs a running service/daemon (which takes care of storing the data into files)