Swift: some restructuring of codegen

Loading of the schema and dbscheme has been moved to a separate
`loaders` package for better separation of concerns.
This commit is contained in:
Paolo Tranquilli
2023-02-14 09:51:01 +01:00
parent 781aab3eb7
commit 8e079320f3
19 changed files with 531 additions and 352 deletions

View File

@@ -9,7 +9,7 @@ This file should be kept simple:
For how documentation of generated QL code works, please read schema_documentation.md.
"""
from swift.codegen.lib.schema.defs import *
from swift.codegen.lib.schemadefs import *
include("prefix.dbscheme")