feat(scripts): support external file embedding #12
Reference in New Issue
Block a user
Delete Branch "issue-6-external-file-embedding"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
-- @embed:SQL comment directives for seed/script SQL.mode=textescaped SQL literals andmode=base64literals fordecode(..., 'base64').Verification
git diff --checkgo test ./pkg/assetloader ./pkg/readers/sqldir ./pkg/writers/sqlexecgo test ./...Closes #6
Merged