25 lines
1.1 KiB
Markdown
Raw Normal View History

# SurrealDB Documentation
SurrealDB 2.3 integration, setup guides, and migration documentation.
## Quick Start
- [surrealdb-quick-reference.md](surrealdb-quick-reference.md) - Quick reference
- [readme-surrealdb.md](readme-surrealdb.md) - SurrealDB overview
## Migration & Implementation
- [surrealdb-2-3-migration.md](surrealdb-2-3-migration.md) - Migration to 2.3
- [surrealdb-migration.md](surrealdb-migration.md) - General migration guide
- [surrealdb-implementation-plan.md](surrealdb-implementation-plan.md) - Implementation plan
- [surrealdb-implementation-final-plan.md](surrealdb-implementation-final-plan.md) - Final plan
- [surrealdb-implementation-progress.md](surrealdb-implementation-progress.md) - Progress tracking
- [surrealdb-implementation-checklist.md](surrealdb-implementation-checklist.md) - Checklist
## Technical Details
- [surrealdb-comparison.md](surrealdb-comparison.md) - vs SQLite comparison
- [rocksdb-explanation.md](rocksdb-explanation.md) - RocksDB backend info
- [surrealdb-complete-delivery.md](surrealdb-complete-delivery.md) - Complete delivery
- [surrealdb-example.rs](surrealdb-example.rs) - Rust code example