Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed May 29, 2024
1 parent 9437de1 commit f5fbca9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ acca_dacca
'ArtistId': 1},
{'AlbumId': 4, 'Title': 'Let There Be Rock', 'ArtistId': 1}]

## Dataclass support

A `dataclass` type with the names, types, and defaults of the tables is
created using `dataclass()`:

Expand Down
21 changes: 20 additions & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,13 @@
"acca_dacca"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Dataclass support"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1249,9 +1256,21 @@
],
"metadata": {
"kernelspec": {
"display_name": "python3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit f5fbca9

Please sign in to comment.