Best of BunJanuary 2025

  1. 1
    Article
    Avatar of communityCommunity Picks·1y

    aurijs/jason: Slash database complexity away with jason.

    jason is a lightweight, embeddable JSON database designed for Bun projects. It features schema validation, concurrency control, and built-in caching. The simple API allows easy CRUD operations and custom queries. Jason supports versioning to track document changes and offers different concurrency strategies. Contributions to the project are welcome.

  2. 2
    Article
    Avatar of communityCommunity Picks·1y

    realfakenerd/jason: simple, fast, lightweight JSON Database.

    jason is a lightweight and embeddable JSON database designed for Bun projects, offering a simple API for CRUD operations and query functionalities. Features include schema validation, concurrency control, versioning support, built-in caching, and a flexible query system. The database can be easily integrated and used with minimal code, ensuring data integrity and preventing update conflicts.