MCPcopy Create free account
hub / github.com/PostHog/duckgres / OrmTest

Class OrmTest

scripts/client-compat/clients/sqlalchemy/test_sqlalchemy.py:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211
212
213class OrmTest(Base):
214 __tablename__ = "sa_orm_test"
215 id: Mapped[int] = mapped_column(Integer, primary_key=True)
216 name: Mapped[str] = mapped_column(String)
217 value: Mapped[float] = mapped_column(Double)
218
219
220def test_orm(r):

Callers 1

test_ormFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_ormFunction · 0.68