Giter Club home page Giter Club logo

sleekdb's Introduction

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 desgined for heavy-load IO operations, it is desgined 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 5.5+, PHP 7+ Requires no third-party plugins or softwares.
  • Default caching layer
    • SleekDB will serve data from cache by default and regenerate cache each time it creates an object!
  • Filter, sort, skip, limit and search
    • Use multiple conditional comparisons, text search, sorting on multiple properties and nested properties.
  • Runs every where
    • 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/expert or backup data

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.