Skip to content

SQLite vtable extension for enabling storing wp_posts/wp_config in file system in a fully transparent manner #225

@vadimkantorov

Description

@vadimkantorov

This would make easier interop with other blog engines (often SSG) which store posts as regular (often markdown) files and enable putting content text (and even metadata which can be stored as front matter) under simple git version control


Another useful feature could be a vtable for storing wp_config as json or yaml file

Configs also would benefit from being checked in version control


Using SQLite vtable extension mechanism can bring file-system
storage of posts/config to WordPress without changing any downstream SQL-queries or existing code. These vtable extensions can be implemented in C (or maybe in Rust) - and ChatGPT/Claude can already produce something workable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions