2
2
3
3
ZotDB provides you realtime Database service on your own VPS/pc.
4
4
5
+ ***
5
6
| - | - |
6
7
| ----:| :--------------------------------------------|
7
8
| 📩 | [ Download] ( #Implement ) |
@@ -12,7 +13,7 @@ ZotDB provides you realtime Database service on your own VPS/pc.
12
13
| ⚖️ | [ License] ( #License ) |
13
14
14
15
## Implement
15
-
16
+ ***
16
17
### * Gradle*
17
18
18
19
``` groovy
@@ -29,10 +30,12 @@ ZotDB provides you realtime Database service on your own VPS/pc.
29
30
```
30
31
31
32
## Implement the Server.
33
+ ***
32
34
33
35
Please checkout [ server branch] ( https://github.com/ssddcodes/ssddrtdb/tree/server )
34
36
35
37
## Info.
38
+ ***
36
39
37
40
## AvailableParameters
38
41
@@ -46,7 +49,7 @@ Please checkout [server branch](https://github.com/ssddcodes/ssddrtdb/tree/serve
46
49
| getPushKey() | returns string of unique id |
47
50
48
51
## Implementation
49
-
52
+ ***
50
53
* To initiate:-
51
54
52
55
``` java
@@ -130,10 +133,12 @@ zotDB.child("abc/xyz/xyz1").removeValue();
130
133
For more info please checkout [ Example] ( https://github.com/ssddcodes/ssddrtdb/tree/server/test/java/Main.java )
131
134
132
135
# Demo
136
+ ***
133
137
134
138
![ Demo] ( https://github.com/ssddcodes/ssddrtdb/blob/flutterlib/demo.gif )
135
139
136
140
## Changelog
141
+ ***
137
142
* v2.6(dependency) :- major update and stable release
138
143
* v2.6(server):- major update with feature to add multiple servers in the same server file.
139
144
* V-1.0.4-BETA:- Public beta, extended support for all java projects.
@@ -142,12 +147,13 @@ For more info please checkout [Example](https://github.com/ssddcodes/ssddrtdb/tr
142
147
* V-1.0.1-BETA:- Major bug fixes.
143
148
* V-1.0.1:- Major bug fixes.
144
149
## Credits
150
+ > ***
145
151
> [ Sandip] ( https://github.com/ssddcodes ) :- Creator, Developer of SSDDRTDB.
146
152
>
147
153
> [ Yamin] ( https://github.com/yamin8000 ) :- Publishing and management.
148
154
149
155
## License
150
-
156
+ ***
151
157
> RTDB is licensed under the [ GNU General Public License v3.0] ( ./LICENSE.md )
152
158
> Permissions of this strong copyleft license are conditioned on making
153
159
> available complete source code of licensed works and modifications,
0 commit comments