Skip to content

File amberdb

marufcetin edited this page Sep 1, 2026 · 1 revision

File Extension: .amberdb (Native Gzip Database Archive)

Turkce Dokumantasyon | English Documentation

Category: File Formats & Storage
Format: Gzip-Compressed Tar Archive with SHA-256 Manifest


1. Definition and Overview

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.


2. Archive Manifest Contents

{
  "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"
  }
}

3. See Also

AmberDB Encyclopedia

Home · A-Z Index


Getting Started & Guides


Core Concepts


Core CRUD Methods


Query, Search & Facets


Transactions & Locks


Cache, Buffer & Low-Level


Locale & Helpers


Maintenance & Tools


Configuration Flags


File Formats


Language

Clone this wiki locally