package migra
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A database migration tool for OCaml supporting PostgreSQL, MariaDB, and SQLite
Install
dune-project
Dependency
Authors
Maintainers
Sources
migra-1.0.0.tbz
sha256=08ceb8f21f00227f21209484ef1eb8cc326ed26a280747798ec5b0b7c5fdd678
sha512=70050833623ba7801a0a31b1700f5473903335c8db2cdf4de5bbd1876180ec0a93907444b42f7a39b6af454303e0ee5f4c3543ca51378d6324583a26b93f535c
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)"
>