Merge branch 'master' into 2master
This commit is contained in:
commit
3b2b25226d
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# scopes.storage.relation
|
|
||||||
|
|
||||||
"""An SQL-based relationship engine using RDF-like triples."""
|
|
||||||
|
|
||||||
from scopes.storage.common import registerContainerClass
|
|
||||||
from scopes.storage.tracking import Container, Track
|
|
||||||
|
|
||||||
|
|
||||||
class Triple(Track):
|
|
||||||
|
|
||||||
headFields = ['first', 'second', 'pred']
|
|
||||||
prefix = 'rel'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue