Docs.rs
spawn-db-0.2.0
spawn-db 0.2.0
Permalink
Docs.rs crate page
AGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
saward
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.88
normal
base64 ^0.22
normal
chrono ^0.4.40
normal
clap ^4.5.13
normal
config ^0.15
normal
console ^0.15
normal
dialoguer ^0.11
normal
futures ^0.3
normal
include_dir ^0.7.4
normal
minijinja ^2.11.0
normal
object_store ^0.12.3
normal
opendal >=0.53, <1
normal
pin-project ^1.1.10
normal
postgres-protocol ^0.6
normal
regex ^1.12.2
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_yaml ^0.9.34
normal
shlex ^1.3.0
normal
similar ^2.7.0
normal
tabled ^0.17
normal
thiserror ^2.0.17
normal
tokio ^1.49
normal
toml ^0.8
normal
twox-hash ^2
normal
uuid ^1.21
normal
pretty_assertions ^1
dev
tempfile ^3.8
dev
Versions
35.93%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module postgres_psql
spawn_
db
0.2.0
Module postgres_
psql
Module Items
Structs
Functions
In spawn_
db::
engine
spawn_db
::
engine
Module
postgres_
psql
Copy item path
Source
Structs
§
PSQL
Functions
§
migration_
lock_
key
Returns the advisory lock key used to prevent concurrent migrations. This is computed as XxHash64 of “SPAWN_MIGRATION_LOCK” with seed 1234, cast to i64.