UNPKG

@egi/smart-db

Version:

Unified Smart DB Access

6 lines (5 loc) 735 B
export { AbstractModel } from "./models/abstract-model"; export { SmartDbDictionary } from "./models/smart-db-dictionary"; export { FieldNamingStyle, SmartDbReadyState, SqlOperationType, SqlFieldOperationType, DbDictionaryEntry } from "./smart-db-interfaces"; export type { AbstractModelGlobals, AttributeInfo, GenericModelData, IndexedGenericModelData, KeyValueList, ModelAttributeMap, SectionDescription, SmartDbConnector, SmartDbFieldDescription, SmartDbRunResult, SmartDbSqlBuildDataResults, SmartDbSqlComparison, SmartDbSqlOptions, SmartDbTableInfo, SqlFieldDescriptor, SqlLimit, SqlOperation, SqlOrderBy, SqlUpdateValues, SqlValueType, SqlWhere } from "./smart-db-interfaces"; export { ModelClass } from "./smart-db-interfaces";