package migra
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A database migration tool and library for OCaml supporting PostgreSQL, MariaDB/MySQL, and SQLite
Install
dune-project
Dependency
Authors
Maintainers
Sources
migra-1.0.1.tbz
sha256=daaaab416e580e5b8dc9f0a74482e142cef6d77b248d995d320f6f882d3a9e35
sha512=8f60494b9ee6ac2e7e69a16eefce69d1e8c22e831fe28f600a42200e3086e2f4d15331323ad1848f7165e1c8ff30fe320445185b7e988325588293a66937966a
doc/migra.engine/Migra_engine/Types/index.html
Module Migra_engine.TypesSource
Source
type db_error = | ConnectionFailed of string * Caqti_error.t| QueryFailed of string * Caqti_error.t| TransactionFailed of string * Caqti_error.t| DatabaseNotFound of string| UrlParseError of string| ValidationError of string
Source
type migration_error = | MissingSection of string * string| EmptySection of string * string| ParseError of file_error| VersionConflict of int64 * string * string| ChecksumMismatch of int64 * string| AppliedFileMissing of int64| OutOfOrder of int64 * int64| ExecutionFailed of int64 * string
Source
type error = | FileError of file_error| DatabaseError of db_error| MigrationError of migration_error| DiscoveryError of string
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>