Skip to content

v1.0.0 - Stable Release

Latest

Choose a tag to compare

@simpx simpx released this 21 Mar 09:26

JSONLite v1.0.0 - Stable Release

πŸŽ‰ JSONLite is now production-ready!

✨ Features

  • Full MongoDB-compatible API (90%+ coverage)
  • CRUD operations with advanced query operators
  • Atomic operations (find_one_and_*)
  • Aggregation pipeline ($match, $group, $project, $sort, $limit, $skip, $count, $unwind)
  • Index support (single, composite, unique, sparse)
  • Transaction support with rollback
  • Query result caching (LRU)
  • Optional orjson acceleration
  • Full concurrency support (file locking)

πŸ“Š Performance

  • 10k records query < 100ms
  • 262x faster bulk inserts with optimizations
  • 85%+ test coverage (229 tests)

πŸ“š Documentation

  • Complete API reference
  • Usage tutorials
  • Migration guide
  • Performance benchmarks

πŸ”§ CI/CD

  • Automated testing (Python 3.6-3.12)
  • Auto-publish to PyPI on release

Install: pip install jsonlite-db