normanpkg/private/commands/init_cmd

    Dark Mode
Search:
Group by:

Types

Backend = enum
  sqlite, postgres

Procs

proc init(backend: Backend = sqlite) {...}{.raises: [ValueError, OSError, IOError], tags: [
    ReadDirEffect, WriteDirEffect, WriteIOEffect].}
Scaffold folders and configs for migrations.