MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / db_models_postgres.py

File db_models_postgres.py

questions/db_models_postgres.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os
2
3from sqlalchemy import JSON, Boolean, Column, DateTime, ForeignKey, Integer, String, Text, create_engine, text
4from sqlalchemy.ext.declarative import declarative_base

Callers

nothing calls this directly

Calls 3

create_tablesFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected