PgVFS.NET
A C# System.IO compatible File System on Postgres
 All Classes Namespaces Functions Enumerations Enumerator Properties Pages
Welcome to PgVFS.NET documentation

This library was made in C# in order to emulate the physical filesystem as seen from the C# System.IO API.

It has 2 parts, the library and a command line FTP-like application in order to access the virtual file system manually. The library itself its divided in several parts:

  • The common part (Interfaces and common objects)
  • The specific implementation part: VFS over Postgres and VFS over local filesystem
  • The testing part (it's an integration test, so it DROPS ALL the data before executing)

In order to use it please checkout the SVN directly.

To go to the project management page go to here