mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Updated list of supported parameters to db.table()
This commit is contained in:
parent
a8b922bcb9
commit
5560d717cb
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ You can set default values for these methods by accessing the table through the
|
|||
# Now you can call .insert() like so:
|
||||
table.insert({"id": 1, "name": "Tracy", "score": 5})
|
||||
|
||||
The configuration options that can be specified in this way are ``pk``, ``foreign_keys``, ``column_order``, ``not_null``, ``defaults``, ``upsert``, ``batch_size``, ``hash_id``, ``alter``, ``ignore``. These are all documented below.
|
||||
The configuration options that can be specified in this way are ``pk``, ``foreign_keys``, ``column_order``, ``not_null``, ``defaults``, ``batch_size``, ``hash_id``, ``alter``, ``ignore``, ``replace``, ``extracts``, ``conversions``, ``columns``. These are all documented below.
|
||||
|
||||
.. _python_api_defaults_not_null:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue