@techmmunity/symbiosis-dynamodb
Version:
Symbiosis Plugin For DynamoDB
27 lines (26 loc) • 740 B
TypeScript
import "reflect-metadata";
/**
* ---------------------------------------------------------------------------
*
* Connection
*
* ---------------------------------------------------------------------------
*/
export * from "./lib/connection";
/**
* ---------------------------------------------------------------------------
*
* Repository
*
* ---------------------------------------------------------------------------
*/
export * from "./lib/repository";
/**
* ---------------------------------------------------------------------------
*
* Types
*
* ---------------------------------------------------------------------------
*/
export * from "./lib/types/connection-options";
export * from "./lib/types/extra-metadata";