AmberDB - NoSQL database engine in Perl Wiki
High-performance, NoSQL engine with transactions for Perl
Brought to you by:
marufcetin2
Turkce Dokumantasyon | English Documentation
Category: File Formats & Storage
Format: Gzip-Compressed Tar Archive with SHA-256 Manifest
The .amberdb file is AmberDB's official portable database archive package created via dump() and restored via restore(). It encapsulates database schemas, master table data, soft-delete archives, sequence counters, and a cryptographic manifest.json.
{
"version": "2.0.0",
"created_at": "2026-09-01T00:00:00Z",
"tables": ["catalog_product", "catalog_category", "orders"],
"checksums": {
"schema/catalog_product.table": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"tables/catalog_product.db": "a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e"
}
}