-- Placeholder database schema for {{.RepoName}} CREATE TABLE IF NOT EXISTS example_table ( id INTEGER PRIMARY KEY, name TEXT NOT NULL );