Skip to main content

Module postgresql

Module postgresql 

Source
Expand description

PostgreSQL storage backend implementation

This backend allows querying PostgreSQL database tables using SQL. It treats database records as “files” where the key column is the path and the value column is the content.

Structs§

PostgresqlBackend
PostgreSQL storage backend

Functions§

register
Register the postgresql virtual table with SQLite