owoof 0.2.0-pre.3

Uses SQLite to store data and a datalog-like format to query it.
Documentation
1
2
3
4
5
6
7
8
9
- creating a new entity should be on creation of `?e :db/id ?v`, currently it's when a
  entity id is encoded
- how to retract? 
  do you have to encode in order to retract?
  or i guess try to lookup the values and quit if they don't exist? kind of extra busy
  work ...
- how to update? (amend?)
  something about reference counting encoded values and removing them when they are no
  longer in use ...