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