BerkeleyDB_jll.db_archive
— Methoddb_archive(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_archive.
Example
db_archive() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_archive
— Methoddb_archive(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_archive. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_archive()) $arguments`)
BerkeleyDB_jll.db_checkpoint
— Methoddb_checkpoint(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_checkpoint.
Example
db_checkpoint() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_checkpoint
— Methoddb_checkpoint(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_checkpoint. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_checkpoint()) $arguments`)
BerkeleyDB_jll.db_convert
— Methoddb_convert(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_convert.
Example
db_convert() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_convert
— Methoddb_convert(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_convert. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_convert()) $arguments`)
BerkeleyDB_jll.db_deadlock
— Methoddb_deadlock(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_deadlock.
Example
db_deadlock() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_deadlock
— Methoddb_deadlock(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_deadlock. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_deadlock()) $arguments`)
BerkeleyDB_jll.db_dump
— Methoddb_dump(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_dump.
Example
db_dump() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_dump
— Methoddb_dump(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_dump. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_dump()) $arguments`)
BerkeleyDB_jll.db_hotbackup
— Methoddb_hotbackup(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_hotbackup.
Example
db_hotbackup() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_hotbackup
— Methoddb_hotbackup(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_hotbackup. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_hotbackup()) $arguments`)
BerkeleyDB_jll.db_load
— Methoddb_load(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_load.
Example
db_load() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_load
— Methoddb_load(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_load. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_load()) $arguments`)
BerkeleyDB_jll.db_log_verify
— Methoddb_log_verify(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of dblogverify.
Example
db_log_verify() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_log_verify
— Methoddb_log_verify(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of dblogverify. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_log_verify()) $arguments`)
BerkeleyDB_jll.db_printlog
— Methoddb_printlog(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_printlog.
Example
db_printlog() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_printlog
— Methoddb_printlog(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_printlog. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_printlog()) $arguments`)
BerkeleyDB_jll.db_recover
— Methoddb_recover(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_recover.
Example
db_recover() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_recover
— Methoddb_recover(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_recover. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_recover()) $arguments`)
BerkeleyDB_jll.db_replicate
— Methoddb_replicate(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_replicate.
Example
db_replicate() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_replicate
— Methoddb_replicate(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_replicate. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_replicate()) $arguments`)
BerkeleyDB_jll.db_stat
— Methoddb_stat(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_stat.
Example
db_stat() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_stat
— Methoddb_stat(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_stat. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_stat()) $arguments`)
BerkeleyDB_jll.db_tuner
— Methoddb_tuner(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_tuner.
Example
db_tuner() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_tuner
— Methoddb_tuner(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_tuner. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_tuner()) $arguments`)
BerkeleyDB_jll.db_upgrade
— Methoddb_upgrade(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_upgrade.
Example
db_upgrade() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_upgrade
— Methoddb_upgrade(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_upgrade. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_upgrade()) $arguments`)
BerkeleyDB_jll.db_verify
— Methoddb_verify(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)
An ExecutableProduct
wrapper that supports the execution of db_verify.
Example
db_verify() do exe
run(`$exe $arguments`)
end
BerkeleyDB_jll.db_verify
— Methoddb_verify(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd
An ExecutableProduct
wrapper that supports the execution of db_verify. This wrapper is thread-safe and should be preferred on Julia 1.6+.
Example
run(`$(db_verify()) $arguments`)
BerkeleyDB_jll.is_available
— Functionis_available()
Return whether the artifact is available for the current platform.