Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Add :markdown type to DB auto-typing #92

@ghost

Description

Add a :markdown type to the DB wrapper object hinting path.

Example:

SELECT 
    text AS `item.description:markdown`
FROM someTable;

This would produce an object that looks like:

"item": { 
    "description": "<h1>This used to be markdown</h1>"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions