Skip to content

Commit

Permalink
Add building of one or more views from dictionaries - documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Oct 15, 2023
1 parent 51f50f7 commit 356e380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ org_type_view = view(
selectable=select(*DBOrgType.__table__.columns),
)
class DBTestDate(Base):
test_date: Mapped[datetime] = mapped_column(primary_key=True)
date_view_params = {
"name": "date_view",
"metadata": Base.metadata,
Expand Down

0 comments on commit 356e380

Please sign in to comment.