Add SVG Templating #10

Merged
tueem merged 15 commits from feat/template into dev 2026-05-15 12:32:24 +00:00
Showing only changes of commit ba90d5a0ed - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ const SVGTABLECREATE string = `
);`
const INSERTSVGSQL string = "INSERT INTO svg VALUES (?, ?);"
const GETSPECIFICSVGSQL string = "SELECT * FROM svg WHERE id = ?;"
const GETSPECIFICSVGSQL string = "SELECT * FROM svg WHERE name = ?;"
const GETSVGSQL string = "SELECT * FROM svg;"
func InsertSVG(data *svg.TemplateData) error {