mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:26:30 +00:00
add db WIP 2, 80%
refactor, renames
This commit is contained in:
@@ -8,4 +8,5 @@ public class AnnotationsDb(DataOptions dataOptions) : DataConnection(dataOptions
|
||||
{
|
||||
public ITable<Annotation> Annotations => this.GetTable<Annotation>();
|
||||
public ITable<AnnotationName> AnnotationsQueue => this.GetTable<AnnotationName>();
|
||||
public ITable<Detection> Detections => this.GetTable<Detection>();
|
||||
}
|
||||
Reference in New Issue
Block a user