Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 956 Bytes

File metadata and controls

24 lines (15 loc) · 956 Bytes

AnvilDB Documentation

Getting Started

Core

  • Architecture — Driver system (FFI + Process), storage, write buffer, compression, encryption, joins, indexes
  • C API Reference — All extern "C" functions, parameters, return values
  • Error Codes — Numeric error codes and warning system

Contributing

  • Testing — Running and writing tests (Rust + PHP)
  • CI/CD — GitHub Actions, releases, cross-compilation, subtree split
  • Wrapper Development — Creating wrappers for new languages
  • Contributing Guide — Issues, PRs, commit conventions, code style

Wrapper Documentation

Each wrapper has its own documentation in its directory:

  • PHP Wrapper — Installation, quick start, API reference