Procs
proc createSchema(rdb: MysqlConnections; 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"