src/allographer/schema_builder/usecases/postgres/create_schema

Search:
Group by:

Procs

proc createSchema(rdb: PostgresConnections; schemaPath = ""): owned(
    Future[void]) {....stackTrace: false, raises: [Exception], tags: [RootEffect,
    WriteDirEffect, ReadDirEffect, ReadIOEffect, WriteIOEffect, TimeEffect],
                    forbids: [].}

if schemaPath is not specified, the schema will be generated in the current directory

Default schema file name is getCurrentDir() / "schema.nim"