mirror of
https://github.com/luxfi/zapdb.git
synced 2026-07-27 06:54:45 +00:00
docs: add LLM.md project guide
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# LLM.md - Hanzo Zapdb
|
||||
|
||||
## Overview
|
||||
Go module: github.com/luxfi/zapdb/v4
|
||||
|
||||
## Tech Stack
|
||||
- **Language**: Go
|
||||
|
||||
## Build & Run
|
||||
```bash
|
||||
go build ./...
|
||||
go test ./...
|
||||
```
|
||||
|
||||
## Structure
|
||||
```
|
||||
zapdb/
|
||||
CHANGELOG.md
|
||||
CODE_OF_CONDUCT.md
|
||||
CONTRIBUTING.md
|
||||
LICENSE
|
||||
Makefile
|
||||
README.md
|
||||
SECURITY.md
|
||||
VERSIONING.md
|
||||
backup.go
|
||||
backup_test.go
|
||||
badger/
|
||||
batch.go
|
||||
batch_test.go
|
||||
changes.sh
|
||||
compaction.go
|
||||
```
|
||||
|
||||
## Key Files
|
||||
- `README.md` -- Project documentation
|
||||
- `go.mod` -- Go module definition
|
||||
- `Makefile` -- Build automation
|
||||
Reference in New Issue
Block a user