Hacker News new | ask | show | jobs
by firesteelrain 17 days ago
I just do it in my code like

def create_table(name, cols): return f"CREATE TABLE {name} ({cols}) STRICT;"

1 comments

That relies on you knowing about what good settings are though