module Drift

Defined in:

cli.cr
drift.cr
drift/commands/command.cr
drift/commands/migrate.cr
drift/commands/new.cr
drift/commands/reset.cr
drift/commands/rollback.cr
drift/commands/status.cr
drift/context.cr
drift/embed.cr
drift/migration.cr
drift/migrator.cr
drift/support/migrations_loader.cr

Constant Summary

MIGRATIONS_PATH = "database/migrations"

Default migrations location

VERSION = {{ (`shards version /srv/crystaldoc.info/github-luislavena-drift-v0.3.3/src`).chomp.stringify }}

Class Method Summary

Macro Summary

Class Method Detail

def self.extract_id?(filename : String) : Int64 | Nil #

[View source]

Macro Detail

macro embed_as(name, path, dir = __DIR__) #

[View source]