Commit bb7adfd
docs: Rewrite spec with context-based approach
New approach using dj.new() for isolated contexts:
- Each context has one config and one connection
- ctx.Schema() auto-uses context's connection
- ctx.Manual, ctx.Lookup, etc. for table base classes
- dj module acts as singleton context (legacy API)
- thread_safe=True blocks singleton, allows dj.new()
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 05b70fb commit bb7adfd
1 file changed
+150
-200
lines changed
0 commit comments