MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / Test

Class Test

test/typing/plain_files/dialects/sqlite/sqlite_stuff.py:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12
13class Test(Base):
14 __tablename__ = "test_table_json"
15
16 id = mapped_column(Integer, primary_key=True)
17 data: Mapped[str] = mapped_column()
18
19
20unique = UniqueConstraint(name="my_constraint")

Callers

nothing calls this directly

Calls 1

mapped_columnFunction · 0.90

Tested by

no test coverage detected