Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
os
2
3
from
sqlalchemy
import
JSON, Boolean, Column, DateTime, ForeignKey, Integer, String, Text, create_engine, text
4
from
sqlalchemy.ext.declarative
import
declarative_base
Callers
nothing calls this directly
Calls
3
create_engine_with_testing
Function · 0.85
create_tables
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected