monSQLize TS Documentation
This documentation targets the TypeScript rewrite of monSQLize (v2) and is aligned with the v1-compatible public API surface.
Current Documentation Coverage
Recommended Reading Order
- Package entry: repository README
- Quick start:
getting-started.md - Recipes:
recipes.md - Cache guide:
cache-and-function-cache.md - Capability index: Capability index
- Engineering and boundaries:
- Runnable examples:
examples/README.mdexamples/quick-start/basic-connect.tsexamples/cache/with-cache.tsexamples/docs/*.tsexamples.md
Documentation Boundary
- This directory records the formal entries that are fully owned and continuously verified in the current repository.
- Documentation, examples, types, and tests use the current TypeScript version as the source of truth and no longer depend on the legacy external repository.
Running Examples
Run these commands from the repository root:
Notes:
basic-connect.tsstarts a temporary local MongoDB environment through the repository's in-memory MongoDB helper and validates the TypeScript consumption path.with-cache.tsdoes not require MongoDB or Redis. It demonstrates the minimal current cache API usage and type signatures.