Sourceval migrations_table : string Sourceval quote_statement : string -> string Sourceval down :
host:string ->
port:int ->
user:string ->
password:string ->
database:string ->
Omigrate.Migration.t ->
unit Lwt.t Sourceval create :
host:string ->
port:int ->
user:string ->
password:string ->
string ->
unit Lwt.t Sourceval drop :
host:string ->
port:int ->
user:string ->
password:string ->
string ->
unit Lwt.t Sourceval versions :
host:string ->
port:int ->
user:string ->
password:string ->
database:string ->
unit ->
int64 list Lwt.t