postgrest-parser 0.2.0

PostgREST URL-to-SQL parser for Rust and WASM
Documentation
# Documentation Index

This directory contains detailed documentation for the PostgREST Parser.

## User Guides

- **[TYPESCRIPT_GUIDE.md]TYPESCRIPT_GUIDE.md** - Comprehensive TypeScript API guide
  - Type-safe client vs WASM API comparison
  - Migration guide and best practices
  - Integration examples (Express.js, Next.js, Supabase)
  - Complete type reference

- **[WASM_API.md]WASM_API.md** - Low-level WASM API reference
  - Complete function reference with 40+ examples
  - HTTP method routing details
  - Practical use cases
  - PostgREST operator support

## Technical Documentation

- **[INTEGRATION_TESTS.md]INTEGRATION_TESTS.md** - Integration test suite overview
  - Test environment setup
  - Schema introspection details
  - Query test coverage
  - Database seed data

- **[BENCHMARKS.md]BENCHMARKS.md** - Performance benchmarks and analysis
  - Query parsing performance
  - SQL generation speed
  - Memory usage
  - Comparison with other parsers

- **[LIMITATIONS.md]LIMITATIONS.md** - Current limitations and future work
  - Known limitations
  - Planned features
  - Workarounds

## Code Reviews

- **[RUST_REVIEW.md]RUST_REVIEW.md** - Rust best practices review
  - Code quality assessment
  - Architecture analysis
  - Improvement recommendations
  - Test coverage analysis

## Planning Documents

- **[FULL_PARITY_PLAN.md]FULL_PARITY_PLAN.md** - PostgREST parity implementation plan
- **[MUTATION_PLAN.md]MUTATION_PLAN.md** - Mutation operations implementation plan

## Quick Links

- [Main README]../README.md - Project overview and quick start
- [CHANGELOG]../CHANGELOG.md - Version history
- [Examples]../examples/ - Code examples
- [Source Code]../src/ - Rust implementation