Procs
proc getMigrations(): seq[string] {...}{.raises: [], tags: [ReadDirEffect].}
- List dirs in "migrations" directory, sorted A -> z.
proc getAppName(): string {...}{.raises: [], tags: [ReadDirEffect].}
- Get the app name from the .nimble file name.
proc getSlug(str: string): string {...}{.raises: [], tags: [].}
- Get a slug for a given string.