1
0

Initial template import

This commit is contained in:
ProcessGit Templates
2026-02-05 21:19:44 +00:00
commit 75e3a05d36
15 changed files with 1177 additions and 0 deletions

View File

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