This is a local implementation of cloud firestore for android. Clorastore stores data in form of documents as firestore and mongoDB does. The main aim of making this database is to make developer life easier. Programmer does not need to know that stupid SQL queries for just simple CRUD operations. This is the second easiest database ever made for android after CloremDB. Although, this is similar to those of Firestore and Mongo DB but also differ in some ways. In Clorastore, collections can a contain collection whereas document can't. Each document is limited to 10 MB.
- Easy,lightweight and fast
- Capable of storing almost all datatype
- Use document and collections to store data
- High level querying engine
In your project build.gradle
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
In your app build.gradle
dependencies {
implementation 'com.github.Clorabase:ClorastoreDB:2.5'
}
Clorastore.insert().and().read().finish();
Contribution are always welcome. Rules and code of conduct
are same. Please make a issue or pull request regarding any feature or bug.
A account-less platform as a service for android apps. (PaaS)