README ¶ GoCrack DB Converter This convert's GoCrack's database from it's flatfile BoltDB/Storm backend to Postgres. You probably don't need this (yet) Running go run cmd\convert\convert.go -bolt-db="<path to gocracks .db file> -pg-conn-str="<destination postgres connection string>" Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func MigrateFromBolt(ctx context.Context, boltPath, dbConnStr string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func MigrateFromBolt ¶ func MigrateFromBolt(ctx context.Context, boltPath, dbConnStr string) error Types ¶ This section is empty. Source Files ¶ View all Source files convert.go generate.go Directories ¶ Show internal Expand all Path Synopsis cmd convert lib converter ent ent/crackedpassword ent/enttest ent/hook ent/migrate ent/predicate ent/runtime ent/schema ent/task ent/user oldschema oldschema/bdb utils Click to show internal directories. Click to hide internal directories.