Skip to content

Support AUTOINCREMENT keyword #664

@DerBunteBall

Description

@DerBunteBall

As far as I can see sqlite-utils doesn't support AUTOINCREMENT keyword.

I would like to do something like this:

CREATE TABLE mytable(
       id INTEGER PRIMARY KEY AUTOINCREMENT,
       ........
);

It would be nice to have this for table definition and for inserts without IDs.

Also see #602

Best Regards

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