Files
srdb/.gitattributes
bourdon ae87c38776 Initial commit: SRDB - High-performance LSM-Tree database
- Core engine with MemTable, SST, WAL
- B+Tree indexing for SST files  
- Leveled compaction strategy
- Multi-table database management
- Schema validation and secondary indexes
- Query builder with complex conditions
- Web UI with HTMX for data visualization
- Command-line tools for diagnostics
2025-10-08 06:38:28 +08:00

12 lines
164 B
Plaintext

# Go files
*.go text diff=golang eol=lf
# Manifests and configs
MANIFEST text eol=lf
*.json text eol=lf
*.md text eol=lf
# Binary files
*.sst binary
*.wal binary