What is Wizbit

Wizbit is a way to store and organise your data which remembers every change you make, synchronises without worry, and is browsable in terms of how you think about the data you're looking for.

Wizbit's core features

  • Synchronise your data across many devices safely and transparently
  • Organise your data with a semantic filesystem
  • Backup every change you make

Wiz.CommitStore

Dumped from vala


CommitStore(string database, string uuid)
string? get_primary_tip()
List get_tips()
List get_forwards(string version_uuid)
string? get_forward(string version_uuid)
List get_backwards(string version_uuid)
string? get_backward(string version_uuid)
string? get_root()
int get_timestamp(string version_uuid)
int get_commits_between_timestamps(int timestamp1, int timestamp2)
bool has_commit(string uuid)
Commit? lookup_commit(string uuid)
Commit store_commit(Commit c)