mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-28 12:30:35 +00:00
9 lines
97 B
Nim
9 lines
97 B
Nim
|
|
type
|
|
RepoKind* = enum
|
|
repoFS = "fs"
|
|
repoSQLite = "sqlite"
|
|
|
|
const
|
|
MiB* = 1024 * 1024
|