SleekDB is a lightweight flat-file NoSQL database for PHP that stores data in plain JSON files without requiring third-party dependencies. It supports schema-free data storage, nested property queries, automatic caching, and provides a simple API for CRUD operations. The database is designed for low to medium traffic

Sort: