package
0.0.0-20241114222725-0085ac75c854
Repository: https://github.com/backdrop-run/polystore.git
Documentation: pkg.go.dev

# README

Filesystem Storage Backend

The filesystem backend provides support for the local filesystem.

Configuration

To use the filesystem backend, you need to specify the following option in your connection string:

  • workingDir: The directory path on your filesystem.

A connection string for the filesystem backend looks like this:

fs:///path/to/dir

Replace /path/to/dir with the actual path to your working directory.

# Functions

New creates a new filesystem backend.

# Structs

No description provided by the author
No description provided by the author