Documentation
¶
Overview ¶
Package sqlarfs provides an implementation of io/fs.FS for SQLite Archive Files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
FS documents the io/fs interfaces provided by this implementation of io/fs.FS.
func New ¶
New returns an instance of io/fs.FS that allows to access the files in a SQLite Archive File opened with database/sql.
The default permission mask used to enforce file permissions (mode column in the sqlar table) is PermAny.
type PermMask ¶
type PermMask uint32
PermMask is a permission mask for enforcing fs.FileMode permissions in a SQLite Archive File.
Click to show internal directories.
Click to hide internal directories.