forked from sugarlabs/sugar-datastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
44 lines (31 loc) · 883 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
About
~~~~~
Provides activities with a way to store data and metadata and the journal
with means for querying, including full text search.
Resources
~~~~~~~~~
Code Repository
http://git.sugarlabs.org/projects/sugar-datastore/
Bug Tracking
http://dev.sugarlabs.org/
Home Page
http://wiki.sugarlabs.org/
Storage format history
~~~~~~~~~~~~~~~~~~~~~~
0 0.82.x
Initial format
1 0.84.x
Refactoring, start using indexes
2 0.86.0, 0.86.1
Add sorting by title and mtime
3 not-mainstream
test versioning support
4 0.86.2, 0.88.x
version bump to force index rebuild that may have been missed during the
migration to version 2 (SL#1787)
5 not-mainstream
pre v6 testing
6 0.90
new metadata fields:
- creation_time, time of ds entry creation in seconds since the epoch
- filesize, size of ds entry data file in bytes