Skip to content

inspect should record column types #294

@simonw

Description

@simonw

For each table we want to know the columns, their order and what type they are.

I'm going to break with SQLite defaults a little on this one and allow datasette to define additional types - to start with just a geometry type for columns that are detected as SpatiaLite geometries.

Possible JSON design:

"columns": [{
    "name": "title",
    "type": "text"
}, ...]

Refs #276

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions