Public
SQLite as a file system
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

sqlfs

Provides an interface similar to Deno.fs, but backed by SQLite instead of a file system. Implements:

  • remove
  • writeFileText
  • readFileText

Limitations

  • Only supports text files for now
  • Does not have a concept of directories