Skip to content
One of the benefits of a filesystem instead of a database is accessibility for external processing and modification. With databases you often have to use special tools to connect to it directly and modify data; this creates an additional level of complexity compared to just using a text editor to edit, say, JSON files, instead of editing JSON blobs from a command line, or, worse, a graphical editor which was not suited for editing long documents.