Skip to content
forked from SleekDB/SleekDB

Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.

License

Notifications You must be signed in to change notification settings

GoodSoftDE/SleekDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please give it a Star if you like the project 🎉 ❤️

Visit our website for documentation and getting started guide

SleekDB - A NoSQL Database made using PHP

https://sleekdb.github.io/

SleekDB is a simple NoSQL database that store data in JSON files.

Intentionally SleekDB is not designed for heavy-load IO operations, it is designed to have a simple solution where we need a database for managing small amount of data!

Features

  • Light-weight, only ~30Kb
    • Stores data in plain-text utilizing JSON format, no binary conversion needed to store or fetch the data.
  • Schema free data storage
    • SleekDB does not require any schema meaning you can insert any types of data you want.
  • Supports unlimited nested JSON properties
    • Data will be stored in a JSON document, use conditions to filter data of any depth!
  • Dependency free, only requires PHP to run
    • Supports PHP 7+ Requires no third-party plugins or software.
  • Default caching layer
    • SleekDB will serve data from cache by default and regenerate cache each time it creates an object or after a specified lifetime!
  • Filter, sort, skip, limit and search
    • Use multiple conditional comparisons, text search, sorting on multiple properties and nested properties.
  • Runs everywhere
    • Runs perfectly on shared-servers or VPS too.
  • Easy to learn and implement
    • SleekDB provides a very simple elegant API to handle all of your data.
  • Easily import/export or backup data

Visit our website https://sleekdb.github.io/ for documentation and getting started guide.

About

Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%