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§
- Postgresql
Backend - PostgreSQL storage backend
Functions§
- register
- Register the postgresql virtual table with SQLite