mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Docstring for sqlite-utils transform
This commit is contained in:
parent
f8553799d3
commit
c755f2852d
2 changed files with 6 additions and 0 deletions
|
|
@ -943,6 +943,7 @@ def transform(
|
|||
drop_foreign_key,
|
||||
sql,
|
||||
):
|
||||
"Transform a table beyond the capabilities of ALTER TABLE"
|
||||
db = sqlite_utils.Database(path)
|
||||
types = {}
|
||||
kwargs = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue