mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
parent
367082e787
commit
7805d53bcf
1 changed files with 2 additions and 1 deletions
|
|
@ -431,7 +431,8 @@ Here's an example that uses these features:
|
|||
# Outputs:
|
||||
# [{'id': 1, 'name': 'Sally', 'score': 2},
|
||||
# {'id': 3, 'name': 'Dharma', 'score': 1}]
|
||||
print(db["authors"].schema) # Outputs:
|
||||
print(db["authors"].schema)
|
||||
# Outputs:
|
||||
# CREATE TABLE [authors] (
|
||||
# [id] INTEGER PRIMARY KEY,
|
||||
# [name] TEXT NOT NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue