implenting dbDoc

This commit is contained in:
2016-09-13 22:53:21 +02:00
parent eb54fbcd0d
commit df4346e0a2
16 changed files with 187 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
import * as plugins from './smartdata.plugins'
export * from './smartdata.classes.dbcollection'
export * from './smartdata.classes.db'
export * from './smartdata.classes.dbcollection'
export * from './smartdata.classes.dbdoc'