/CloremDB

Clorem is a Fast, easy-2-use and robust Key-value paired No-SQL database for java applications. This is the world's easiest database ever made in java and is similer to that of firebase realtime database.

Primary LanguageJavaApache License 2.0Apache-2.0

CloremDB ~ Key-value pair store

Version Instagram - x__coder__ GitHub Repo stars

CloremDB is a key-value paired nosql database written in JAVA for programs in JAVA. The data is stored like a JSON tree with nodes and children. It has the most powerful query engine. You can perform low-level and high-level queries on database to sort data. Given a node, you can reach/find any node to any nested levels that are under it and can sort them on the basis of a property.

image

Features

  • Easy,lightweight and fast
  • Data sorting using queries
  • Direct object deserialization
  • Capable of storing almost all primitive datatypes
  • Use JSON structure for storing data
  • Supports List & List

Acknowledgements

Documentation

Deployment / Installation

In your project build.gradle

 allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

In your app build.gradle

dependencies {
	        implementation 'com.github.ErrorxCode:CloremDB:Tag'
	}

It's easy

Clorem.getInstance().addMyData().commit();

Powered by

Clorabase

A account-less platform as a service for android apps. (PaaS)