Spaces:
Running
Running
| def create_engine(*a, **k): ... | |
| def text(*a, **k): ... | |
| def select(*a, **k): ... | |
| def insert(*a, **k): ... | |
| def update(*a, **k): ... | |
| def delete(*a, **k): ... | |
| def inspect(*a, **k): ... | |
| def event(*a, **k): ... | |
| from sqlalchemy import Column, Integer, String, Boolean, DateTime, Float, ForeignKey, Text, JSON, Numeric, BigInteger, UniqueConstraint, CheckConstraint, Index, and_, cast, func, or_ | |
| class func_: ... | |
| func = func_() | |
| class and_: ... | |
| and_ = and_() | |
| class or_: ... | |
| or_ = or_() | |