erlang_migrate_sqlite (erlang_migrate v0.2.2)
View SourceSQLite 3+ driver for erlang_migrate. Uses esqlite (https://github.com/mmzeeman/esqlite).
Locking: SQLite has no advisory locks. We use OTP global:set_lock/3 to serialize migrations across processes on the same node.