Skip to content

Idea: sqlite-utils convert my.db articles created_at r.parsedate #686

@simonw

Description

@simonw

Currently the recipe for a convert call looks like this:

sqlite-utils convert my.db articles created_at \
    'r.parsedate(value)'

What if the tool was smart enough to notice if the string of code represented a callable reference? Then this could work instead:

sqlite-utils convert my.db articles created_at \
    r.parsedate

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions