Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sqlite_utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -3382,6 +3382,8 @@ def insert(
Insert a single record into the table. The table will be created with a schema that matches
the inserted record if it does not already exist, see :ref:`python_api_creating_tables`.

This method commits its changes as part of an internal transaction.

- ``record`` - required: a dictionary representing the record to be inserted.

The other parameters are optional, and mostly influence how the new table will be created if
Expand Down